Skip to content

Type Alias: TXR_restrictor_type

ts
type TXR_restrictor_type = 0 | 1 | 2 | 3 | 4 | 5;

Restriction-space category stored on space restrictors and used by ALife restriction events.

Remarks

Values mirror RestrictionSpace::ERestrictorTypes: default none/out/in are 0, 1, 2; runtime none/in/out are 3, 4, 5.