API 文档 > View manager > Object ProExpldstate > Function ProExpldstateMovesGet
Function ProExpldstateMovesGet
Description
Gets the moves of an explode state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExpldstate.h>
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
The successfully returned the moves.
Some arguments are invalid.
The explode state was not found.
Unspecified error.
这对您有帮助吗?