1
0
EQ2Emu/docs/lua_functions/SetCanBind.md

263 B

Function: SetCanBind(spawn, canbind)

Description: Sets if the zone allows to bind.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • canbind (int32) - Integer value canbind.

Returns: None.

Example:

Example Required