mapMonstersGroup.class
[
How to
] [
Language
] [
Main
] [
List of clasess
]
This class represents monsters group defined on map.
addMonster
(name, count)
- Adds new monsters line to this group of monsters. If count defined then add this specific count, otherwise add random count by monster definition
exists
- Returns if it exists.
getParam
(paramName, defValue)
- Get param for this group of monsters.
setParam
(paramName, value)
- Set param for this group of monsters.
addMonster
(name, count)
Adds new monsters line to this group of monsters. If count defined then add this specific count, otherwise add random count by monster definition
Parameters
name
- name of monster definition
count
- count of monsters in line
Returns
boolean
exists
Returns if fight exists.
Returns
boolean
getParam
(paramName, defValue)
Get param for this group of monsters.
Parameters
paramName
- name of parameter
defValue
- default value of parameter
Returns
value
setParam
(paramName, value)
Set param for this group of monsters.
Parameters
paramName
- name of parameter
value
- value of parameter
Generated by Hideoshi's Documentation Tool on 28.10.2003 20:08:55