Difference between revisions of "EatObject"
From UODemo Wiki
(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'…') |
(No difference)
|
Revision as of 09:57, 25 June 2010
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.