BSL:AI activity: Difference between revisions
Jump to navigation
Jump to search
(trying out #ifeq approach) |
(utilizing junction template) |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
!Kind | |||
<onlyinclude>{{ | !Type | ||
!Name | |||
!Platform<onlyinclude>{{:ai2_active|tableform=yes}}</onlyinclude> | |||
|} | |} | ||
Functions for controlling the activity of AIs. | Functions for controlling the activity of AIs. | ||
{{:ai2_active}} | |||
[text about ai2_active] | [text about ai2_active] | ||
{{:ai2_idle}} | |||
[text about ai2_idle] | [text about ai2_idle] | ||
[[Category:Scripting tasks]] | [[Category:Scripting tasks]] |
Revision as of 05:02, 9 December 2015
Kind | Type | Name | Platform | |
---|---|---|---|---|
[[BSL:{{{group}}}|{{{group}}}]] | void | ai2_active |
Functions for controlling the activity of AIs.
void |
string or int |
|
ai2_active( |
ai_name or script_id |
); |
default: -- |
-- |
[text about ai2_active]
void |
string or int |
|
ai2_idle( |
ai_name or script_id |
); |
default: -- |
-- |
[text about ai2_idle]