1
0
EQ2Emu/docs/lua_functions/SetAAInfo.md
2025-05-25 21:42:32 -04:00

301 B

Function: SetAAInfo(spawn, type, value)

Description: Set's the AA Info type to the value.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • type (string) - String type.
  • value (int32) - Integer value value.

Returns: None.

Example:

Example Required