The entity that this actor flags map is attached to.
Get the value of an actor flag.
The actor flag to get the value of.
The value of the actor flag, or false if it is not set.
Get all actor flags as an array of tuples.
An array of tuples containing the actor flags and their values.
Set the value of an actor flag.
The actor flag to set the value of.
Optional
value: null | booleanThe value to set the actor flag to. If null or undefined, the flag will be deleted.
Create a new EntityActorFlags instance.