1#ifndef MXDSACTIONLIST_H
2#define MXDSACTIONLIST_H
43 return p_a == p_b ? 0 : p_a < p_b ? -1 : 1;
[AI] Convenience cursor class for iterating over an MxDSActionList.
MxDSActionListCursor(MxDSActionList *p_list)
[AI] Constructs a cursor for the specified MxDSActionList.
[AI] A list (collection) of pointers to MxDSAction objects, supporting comparison,...
MxDSActionList()
[AI] Constructs a new MxDSActionList with the unknown internal state initialized to zero.
MxS8 Compare(MxDSAction *p_a, MxDSAction *p_b) override
[AI] Compares two MxDSAction pointers by address.
static void Destroy(MxDSAction *p_action)
[AI] Destroys/deletes a given MxDSAction pointer.
[AI] Represents an action deserialized from SI chunks, holding key animation or script parameters suc...
[AI] Forward declaration for MxListCursor.
[AI] Forward declaration for MxList.