GetEdictFlags Function

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

int GetEdictFlags(int edict)

Parameters

int edict

Index of the entity.

Return Value

Edict flags.

Errors

Invalid edict index.