BSL:AI activity: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(trying out #ifeq approach)
(utilizing junction template)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|-
!Kind
<onlyinclude>{{BSL Group Table|{{PAGENAME}}}}</onlyinclude>
!Type
!Name
!Platform<onlyinclude>{{:ai2_active|tableform=yes}}</onlyinclude>
|}
|}


Functions for controlling the activity of AIs.
Functions for controlling the activity of AIs.


{{BSLfuncinfo|name={{:ai2_active|sec=name}}|type={{:ai2_active|sec=type}}}}
{{:ai2_active}}


[text about ai2_active]
[text about ai2_active]


{{BSLfuncinfo|name={{:ai2_idle|sec=name}}|type={{:ai2_idle|sec=type}}}}
{{: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}}}]] Italic f.png void ai2_active Platform-Win.png Platform-Mac.png

Functions for controlling the activity of AIs.

void
string or int
Edit this info
ai2_active(
ai_name or script_id
);
default: --
--

[text about ai2_active]

void
string or int
Edit this info
ai2_idle(
ai_name or script_id
);
default: --
--

[text about ai2_idle]