Difference between revisions of "GetCurrentAIProcedure"
Jump to navigation
Jump to search
imported>DavidJCobb (command's functionality verified through disassembly) |
imported>DavidJCobb (mixed up hex and decimal by accident) |
||
Line 1: | Line 1: | ||
Identifies an actor's current AI procedure, and returns the number representing that procedure's type. Valid procedure numbers range from 0 to | Identifies an actor's current AI procedure, and returns the number representing that procedure's type. Valid procedure numbers range from 0 to 54; the value -1 is returned for invalid procedures, and for actors with no AI process. | ||
The procedure numbers themselves are not known at this time. | The procedure numbers themselves are not known at this time. | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 20:19, 6 March 2019
Identifies an actor's current AI procedure, and returns the number representing that procedure's type. Valid procedure numbers range from 0 to 54; the value -1 is returned for invalid procedures, and for actors with no AI process.
The procedure numbers themselves are not known at this time.