HolyLib:PostEntityConstructor
Description
Called before CBaseEntity::PostConstructor is called.
This should allow you to set the EFL_SERVER_ONLY flag properly allowing you to create serverside-only entities.
Recently Changed
This was recently changed in version (0.8 - DEV).
The arguments and return values were changed, the entity is no longer given since it was never valid, and the return value now decides if the entity becomes server-side only or not.
Arguments
Returns
Example
Example usage of it for
light entities possibly saving 1k edict slots for huge maps