Black Ops III

IsEntityLinkedToTag

Returns is the entity is linked to the parententity, ( on a specific tag optional )

Example:

if ( player IsEntityLinkedToTag( grenade, "j_head" ) )

Parameters

ParameterSummary
*entityThe entity that we are checking
[tag]The tag we are checking

* = mandatory