Signature
native set_member_s(const index, any:member, any:...);
Description
Sets a value to an entity's member.
Safe version, can guarantee that the present member is refers to derived class of the entity.
Parameters
- index — Entity index
- member — The specified member, look at the enums with name *_Members
Returns
1 on success.