1
0
2025-05-27 09:56:36 -04:00

396 B

Function: IsInvis(spawn)

Description:

Return's true if the spawn is invisible, otherwise false.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: Return's true if the spawn is invisible, otherwise false.

Example:

-- made up example
function casted_on(NPC, Spawn, Message)
    if  IsInvis(Spawn) then
--    RemoveInvis(NPC,Spawn)
end