Class EntityAttribute.RepositionWhenInactiveAttribute
When the entity despawn, reset the position in map. So next time it will be load from the position where it last appeared
Constructors
RepositionWhenInactiveAttribute(bool)
When the entity despawn, reset the position in map. So next time it will be load from the position where it last appeared
Declaration
public RepositionWhenInactiveAttribute(bool requireReposition = true)
Parameters
Type | Name | Description |
---|---|---|
bool | requireReposition | Disable reposition by setting this to False |