set_member_s

Syntax

native set_member_s(const index, any:member, any:...);

Usage

index
Entity index
member
The specified member, look at the enums with name *_Members

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.

Return

1 on success.