Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
ActorEnabled
From AGEWiki
(Difference between revisions)
m |
|||
Line 6: | Line 6: | ||
| description = Checks to see if an in-game [[Option]] is active and available for the player | | description = Checks to see if an in-game [[Option]] is active and available for the player | ||
| example = $gmaOptionMil{{!}}USA_Repl_Supply | | example = $gmaOptionMil{{!}}USA_Repl_Supply | ||
- | | example-description = TRUE if the Option USA_Repl_Supply is active in Military Options, i.e the player | + | | example-description = TRUE if the Option USA_Repl_Supply is active in Military Options, i.e the player clicks on it (has made a choice). |
| example2 = | | example2 = | ||
| example2-description = | | example2-description = | ||
Line 13: | Line 13: | ||
| param2 =[;SubType] | | param2 =[;SubType] | ||
| param2desc = Name of a specific Option within the chosen actor family. | | param2desc = Name of a specific Option within the chosen actor family. | ||
- | :If NULL, then TRUE if ''any option'' in the actor family (ex Military Options) is active. (Only | + | :If NULL, then TRUE if ''any option'' in the actor family (ex Military Options) is active. (Only valid for AACW style options) |
| param3 = | | param3 = | ||
| param3desc = | | param3desc = |
Latest revision as of 12:42, 16 June 2010
ActorEnabled | |||
Syntax ActorEnabled = GameActorUID [;SubType] Description Checks to see if an in-game Option is active and available for the player Example ActorEnabled = $gmaOptionMil|USA_Repl_Supply TRUE if the Option USA_Repl_Supply is active in Military Options, i.e the player clicks on it (has made a choice).
|
Parameters
Name of a specific Option within the chosen actor family.
|