EatObject

From UODemo Wiki
Revision as of 06:56, 21 October 2012 by Batlin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer eatObject(object Eater, object Eaten);

This function will not do anything except checking the input.
If Eater is a NPC and Eaten is a valid object then 1 is returned.
In all other cases this full function will return 0.

Note: from the disassembly it's clear that this function was ment to be only used by NPC's.


Return to the Command List.