$$ACTION AI Turn [e:On/Off] the AI for object [o:Object] aAISetState Turn On/Off the AI for object Turns on or off the AI for the specified object Parameters: On/Off - whether to turn the AI on or off Object - the object whose AI is turned on or off $$END */
| 3335 | $$END |
| 3336 | */ |
| 3337 | void aAISetState(int state, int objhandle) { AI_PowerSwitch(objhandle, state != 0); } |
| 3338 | |
| 3339 | /* |
| 3340 | $$ACTION |
no outgoing calls
no test coverage detected