kts.GetTotalMonsterLimit

Name

kts.GetTotalMonsterLimit – get the limit on total number of monsters

Synopsis

limit = kts.GetTotalMonsterLimit()

Description

Returns the current "total monster limit" as set by the kts.LimitTotalMonsters function. See the description of that function for more details.

Return Value

Returns either a non-negative integer or nil (the latter indicates that no total monster limit is currently set).

Errors

None.

See Also

kts.GetMonsterLimit

kts.LimitMonster

kts.LimitTotalMonsters