33 lines
350 B
Plaintext
33 lines
350 B
Plaintext
GETRESISTANCE
|
|
|
|
NAME
|
|
GetResistance()
|
|
|
|
|
|
SYNOPSIS
|
|
string GetResistance(int type)
|
|
|
|
|
|
DESCRIPTION
|
|
Returns the creature's resistance level to the given damage type.
|
|
|
|
|
|
EXAMPLES
|
|
this_player()->GetResistance(GAS)
|
|
|
|
|
|
LOCATION
|
|
/lib/body
|
|
/lib/genetics
|
|
/lib/race
|
|
|
|
|
|
SEE ALSO
|
|
damage_types.h
|
|
|
|
|
|
Author
|
|
Cratylus
|
|
|
|
|