Category View manager, Object ProExpldstate

Function ProExpldstateMovesGet


Description
Gets the moves of an explode state.
Replacement in Object TOOLKIT: wfcWExplodedState::GetExplodedStateMoves
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateMovesGet(
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
PRO_TK_NO_ERRORThe successfully returned the moves.
PRO_TK_BAD_INPUTSSome arguments are invalid.
PRO_TK_E_NOT_FOUNDThe explode state was not found.
PRO_TK_GENERAL_ERRORUnspecified error.

Manual References:

  1. Assembly: Basic Assembly Access: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States