Skip to content

Action Parameters Struct

skzk edited this page Aug 22, 2023 · 1 revision

Structure

Field(s) Description
u32 num_param_count
(followed by as many floats)
Float parameters.

If num_param_count is 0xFFFFFFFF, there are no custom parameters of any type and none of the following fields are present.

u32 str_param_count
(followed by as many strings)
String parameters.
u32 target_tag_count
(followed by as many tokens)
?
float target_range
?
u32 action_flags

Bits 0-4: Action type.
    0: Default
    1: Condition
    2: Fallback
    3: Mandatory
    4: Condition_Retry

Clone this wiki locally