Beta Documentation - Subject to change.

Test if the given play is an assist target of this party.

Syntax

Lua
function Party:IsAssistTarget(player);

Parameters

player
Type: Player
The player to test.

Returns

Type: boolean
True if the player is an assist target of this party.

Remarks

See Also