native
cs_get_hostage_foll
Syntax
native cs_get_hostage_foll(index);
Description
Returns index of the entity that a hostage is following.
Parameters
| index | Hostage entity index |
|---|
Note
Hostages can theoretically follow any entity in the game, so the
returned entity index is not necessarily a client index.
Return
Entity index if hostage is following something, 0 otherwise
Error
If the provided entity index is not a hostage, an error will
be thrown.