EatObject

From UODemo Wiki
Revision as of 09:57, 25 June 2010 by Batlin (talk | contribs) (Created page with 'integer '''eatObject'''(object ''Eater'', object ''Eaten''); This function is not implemented and will therefor do nothing and always return 0. However, from the disassembly it'…')

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

integer eatObject(object Eater, object Eaten);

This function is not implemented and will therefor do nothing and always return 0. However, from the disassembly it's clear that this function was ment only to be used by NPC's.


Return to the Command List.