Type Alias: TXR_entity_action
ts
type TXR_entity_action =
| move
| look
| anim
| sound
| particle
| XR_object
| cond
| act;