BSL:AI activity: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(moved first pipe in template call to transcluded page)
(trying out #ifeq approach)
Line 6: Line 6:
Functions for controlling the activity of AIs.
Functions for controlling the activity of AIs.


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


[text about ai2_active]
[text about ai2_active]


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


[text about ai2_idle]
[text about ai2_idle]


[[Category:Scripting tasks]]
[[Category:Scripting tasks]]

Revision as of 22:00, 8 December 2015


Italic f.png void ai2_active Platform-Win.png Platform-Mac.png
Italic f.png void ai2_allpassive Platform-Win.png Platform-Mac.png
Italic f.png void ai2_inactive Platform-Win.png Platform-Mac.png
Italic f.png void ai2_passive Platform-Win.png Platform-Mac.png
Italic f.png void ai2_setalert Platform-Win.png Platform-Mac.png
Italic v.png bool chr_all_active Platform-Win.png Platform-Mac.png
Italic v.png bool chr_disable_visactive Platform-Win.png Platform-Mac.png
Italic v.png bool chr_draw_all_characters Platform-Win.png Platform-Mac.png
Italic f.png void chr_freeze Platform-Win.png Platform-Mac.png
Italic f.png void chr_lock_active Platform-Win.png Platform-Mac.png
Italic f.png void chr_neutral Platform-Win.png Platform-Mac.png
Italic f.png void chr_peace Platform-Win.png Platform-Mac.png
Italic f.png void chr_unlock_active Platform-Win.png Platform-Mac.png

Functions for controlling the activity of AIs.

<span id="

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

">

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

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

[text about ai2_active]

<span id="

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

">

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

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

[text about ai2_idle]