dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Data Fields
SCRIPT_STEP Struct Reference

Contains a single instruction in a script, in SCRIPT::steps. More...

#include <scstruct.h>

Data Fields

uint16_t action
 Opcode of the action as defined by SCRIPT_CB_TABLE.
 
int16_t arg
 Argument that will be passed to this action on execution.
 

Detailed Description

Contains a single instruction in a script, in SCRIPT::steps.

Modifications to this struct should also be reflected in tools/map2h.c (map2h.h).


The documentation for this struct was generated from the following file: