mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
484 B
484 B
Function: HasControlEffect(spawn, type)
Description: Identifies if the Spawn has the control effect type defined. The Control Effect Type list can be found at https://github.com/emagi/eq2emu/blob/main/docs/data_types/control_effect_types.md
Parameters:
spawn(Spawn) - Spawn object representingspawn.type(int32) - Integer valuetype.
Returns: True if the Spawn has the control effect type specified, otherwise False.
Example:
Example Required