PROPERTY:
P_MOVE_HOOKS
DEFINIERT ALS:
"move_hooks"
DEFINIERT IN:
/sys/properties.h
WERTE:
Array aus Objekten
BESCHREIBUNG:
Enthaelt eine Liste mit Objekten, die von Bewegung eines Livings
durch move() erfahren sollen. Wurde das move() richtig ausgefuehrt,
wird in jedem Objekt eine Funktion NotifyLivingMove()
aufgerufen.
SIEHE AUCH:
AddMoveHook(L), RemoveMoveHook(L), NotifyLivingMove(L),
AddHpHook(L), RemoveHpHook(L), P_HP_HOOKS, NotifyHpChange(L),
AddSpHook(L), RemoveSpHook(L), P_SP_HOOKS, NotifySpChange(L),
AddMoveHook(L), RemoveMoveHook(L), P_MOVE_HOOKS, NotifyLivingMove(L),
P_HP, P_SP, move(L)
|