Baiprog: Difference between revisions

1,154 bytes added ,  2 years ago
m
Forgot 0 was a number again...
imported>BravelyPeculiar
No edit summary
m (Forgot 0 was a number again...)
 
(8 intermediate revisions by 2 users not shown)
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 ''somewhat'' similar to [[Bas|Bas]] files, in that "elements" of the AIProgram can call each other by an index. However, AIPrograms are more complex and more powerful. 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 any section. For example, if there are 140 AIs and you wanted to reference Action 20, its index would be 160 (140 + 20).
 
=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 paramater files]]
[[Category:Actor parameter files]]
autopatrol
55

edits