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

308 B

Function: SetCharacterTitleSuffix(spawn, titleName)

Description: Set's the character title suffix of the Spawn to the title name.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • titleName (string) - String titleName.

Returns: None.

Example:

Example Required