Description | ||||||||||||||
Gets the moves of an explode state. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWExplodedState::GetExplodedStateMoves | |||||||||||||
Synopsis | ||||||||||||||
#include <ProExpldstate.h> | ||||||||||||||
ProError | ProExpldstateMovesGet | ( | ||||||||||||
ProExpldstate* p_expl_state | ||||||||||||||
/* (In) | ||||||||||||||
The explode state. Cannot be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProExpldAnimMoveData** pp_move_arr | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of moves. Cannot be NULL. Free this data using ProExpldanimmovedataProarrayFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|