Difference between revisions of "ACTIVATE SCRIPTED CAMS"
Jump to navigation
Jump to search
(New page: {{Native |np=1 |p1t=bool |p1d=Unknown |p2t=bool |p2d=Unknown |r=0 }} Activates the Scripted Camera's) |
|||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
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