Baiprog: Difference between revisions

1,269 bytes added ,  1 year ago
Create baiprog page
imported>Leoetlino
No edit summary
(Create baiprog page)
Line 1: Line 1:
{{stub}}
{{lowercase}}
{{lowercase}}
{{stub}}
<onlyinclude>
<onlyinclude>'''baiprog''' files are [[AAMP]] files.</onlyinclude>
{{Parameter archive infobox|param_type=baiprog|version=0|type=xml}}
'''AIProgram''' (''baiprog'') can execute classes from the executable on command, and is most famously used to manage the movement and actions of all actors. </onlyinclude> Its flow of logic is ''vaguely'' similar to [[Bas|Bas]] files, in that "elements" of the AIProgram can call each other by number. However, AIPrograms are much more complex, and can do much more than just deciding which animation(s) to play. Most notably, Actions and Queries in an AIProgram are accessible from the event system if added to the DemoAIActionIdx.
 
==Indexes==
Everything in an AIProgram's parameter list is addressed by an index. This includes AIs, Actions, Behaviors, and Queries. Imagine every AI, Action, Behaviour, and Query as objects in an array. Counting starts at 0, and doesn't reset at the end of the AI section (or any other section). If there are 140 AIs and you wanted to reference action 19, its index would be 160 (140 + 19 + 1 because counting starts at [AI/Action/etc.]_0).
 
=Parameter Objects=
 
==DemoAIActionIdx==
An alphabetically ordered list of Actions and Queries that are visible to the event system. Each key matches the name of the Action / Query, and the value is its index.
 
=Parameter Lists=
 
==AI==
 
==Action==
 
==Behavior==
 
==Query==
 
[[Category:File extensions]]
[[Category:File extensions]]
[[Category:File extensions (AAMP)]]
[[Category:File extensions (AAMP)]]
[[Category:Actor parameter files]]
[[Category:Actor parameter files]]
autopatrol
55

edits