group_create_hidden(group[, block])

Parameters:
group (string or table) name of the script group, or a group table (should have a "name" field that contains the name of the group)
block (boolean, optional) set to true to block until everything in the group has finished streaming in (defaults to false)
 
Returns:
none

Description:
Creates all script objects belonging to the specified script group, and makes them all hidden.

If the script object is already created, it will reset the script object to initial position and state.

This function behaves the same as the group_create script action, except that all members of the group remain hidden until manually made visible.

 

back to indexSR3 Script Action Documentation
Last updated: Tue, 09 Aug 2011 11:32:16