SetEntPropEnt

Last Updated2016-05-21
Created At2007-03-02

Sets an entity index in an entity's property. This function is considered safer and more robust over SetEntDataEnt*, because it performs strict offset checking and typing rules.

native void SetEntPropEnt(int entity, PropType type, const char[] prop, int other, int element = 0)

Parameters

int entity
Entity/edict index.
Property type.
const char[] prop
Property name.
int other
Entity index to set, or -1 to unset.
int element
Element # (starting from 0) if property is an array.

Return Value

void

Error

Invalid entity or offset out of reasonable bounds.