SetEdictFlags Function

Sets the flags on an edict. These are not the same as entity flags.

void SetEdictFlags(int edict, int flags)

Parameters

int edict

Index of the entity.

int flags

Flags to set.

Errors

Invalid edict index.