Difference between revisions of "ACTIVATE SCRIPTED CAMS"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Activates the Scripted Camera's | Activates the Scripted Camera's | ||
− | + | if parameter 1 and parameter 2 is '''true''' - created camera will be acive. Otherwise, if 1`st and 2nd parameter setted up on '''false''' - created camera will be inactive. | |
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | '''Example:'''<br/> | ||
+ | ACTIVATE_SCRIPTED_CAMS(1, 1) - ''Enable''<br/> | ||
+ | ACTIVATE_SCRIPTED_CAMS(0, 0) - ''Disable'' |
Latest revision as of 08:33, 23 March 2015
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | bool | Unknown |
2. | bool | Unknown |
Return value: | ||
Type | Description | |
None |
Activates the Scripted Camera's
if parameter 1 and parameter 2 is true - created camera will be acive. Otherwise, if 1`st and 2nd parameter setted up on false - created camera will be inactive.
Example:
ACTIVATE_SCRIPTED_CAMS(1, 1) - Enable
ACTIVATE_SCRIPTED_CAMS(0, 0) - Disable