Module core.plugins.refund_ents.sv_init
Entity Refund System.
Module Overview
Functions
| PLUGIN:Track(ent[, owner[, data]]) | Add an entity to the tracking database. |
| PLUGIN:Update(ent[, data]) | Update the additional data stored with an entity. |
| PLUGIN:Load(ply) | Load the tracked entities for a given player. |
- PLUGIN:Track(ent[, owner[, data]])
-
Add an entity to the tracking database.
Parameters:
- ent Entity Entity to Track
- owner Player Owner to refund the entity to. (optional)
- data Additional data to store with the entity. (optional)
- PLUGIN:Update(ent[, data])
-
Update the additional data stored with an entity.
Parameters:
- ent Entity Entity to Update.
- data New data to set. (optional)
- PLUGIN:Load(ply)
-
Load the tracked entities for a given player.
Parameters:
- ply Player Player to load.