Category View manager, Object ProExpldstate

Function ProExpldstateMovesSet


Description
Sets the moves of an explode state.
Replacement in Object TOOLKIT: wfcWExplodedState::SetExplodedStateMoves
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateMovesSet(
ProExpldstate* p_expl_state
/* (In)
The explode state. Cannot be NULL.
*/
ProExpldAnimMoveData* p_move_arr
/* (In)
ProArray of moves. Can be NULL.
*/
)
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, or some ProAsmcomppath in comp_set for some moves do not correspond to any component (this error may be also returned for other non-specified cases).
PRO_TK_GENERAL_ERRORUnspecified error.

Manual References:

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