|
|
◆ ExecuteActionOnEvent() [2/2]
Executes an Action on all nodes that are referenced in the specified Event in an Action of type play. - 반환값
AK_Success if the action was successfully queued.
AK_IDNotFound if the Event was not found (not loaded or there is a typo in the ID)
- 참고
-
- 매개변수
-
| in_pszEventName | Name of the event |
| in_ActionType | Action to execute on all the elements that were played using the specified event. |
| in_gameObjectID | Associated game object ID |
| in_uTransitionDuration | Fade duration |
| in_eFadeCurve | Curve type to be used for the transition |
| in_PlayingID | Associated PlayingID |
|