Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

ActorDisabled

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
 
Line 6: Line 6:
| description = Checks to see if an in-game [[Option]] is inactive and thus not available for the player
| description = Checks to see if an in-game [[Option]] is inactive and thus not available for the player
| example = $gmaOptionMil{{!}}USA_Repl_Supply
| example = $gmaOptionMil{{!}}USA_Repl_Supply
-
| example-description = TRUE if the Option USA_Repl_Supply is inactive in Military Options, , i.e the player is not shown in the interface the Option USA_Repl_Supply.
+
| example-description = TRUE if the Option USA_Repl_Supply is inactive in Military Options, i.e the player is not shown in the interface the Option USA_Repl_Supply.
| example2 =
| example2 =
| example2-description =
| example2-description =

Latest revision as of 14:26, 15 June 2010

ActorDisabled

Syntax  

ActorDisabled = GameActorUID [;SubType]

Description

Checks to see if an in-game Option is inactive and thus not available for the player

Example  

ActorDisabled = $gmaOptionMil|USA_Repl_Supply

TRUE if the Option USA_Repl_Supply is inactive in Military Options, i.e the player is not shown in the interface the Option USA_Repl_Supply.


 

Parameters

GameActorUID

Valid Alias fot the GameActor

[;SubType]

Name of a specific Option within the chosen actor family.

If NULL, then TRUE if any option in the actor family is inactive. (Only really valid for AACW styles options)
Forums