Entity.DontDeleteOnRemove
From GMod Wiki
Function | |
Syntax | Entity:DontDeleteOnRemove( Entity ent ) |
Description: | |
If you added ent to this entity's "delete on remove" list with Entity:DeleteOnRemove, this will take it out (so, ent will not be deleted when this entity is removed). | |
Returns: | nil |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.DontDeleteOnRemove]Entity.DontDeleteOnRemove [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- N/A