Difference between revisions of "Eat (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
(Marking as incomplete. adding see also entries.)
imported>Catwheezle
m (stupid leading colon)
Line 17: Line 17:


|SeeAlso=
|SeeAlso=
*[[Category:Settings]] for various "eat" time controls.
*[[:Category:Settings]] for various "eat" time controls.
*[[StartCannibal - Actor]] for eating non-food items.
*[[StartCannibal - Actor]] for eating non-food items.
*[[HasBeenEaten]] conditional function.
*[[HasBeenEaten]] conditional function.
}}
}}

Revision as of 01:53, 16 February 2012

200px Alert image.png TAKE NOTICE!

This article has been flagged as incomplete or inaccurate. Take any information here with a grain of salt.

Help out! If you have the knowledge needed, please edit this article so we can remove the Incomplete flag.

Behavior

Description:
Actor eats food.

The procedure completes:
??? ToDo

Parameters

  • FoodType (TargetSelector): What type of food to eat
  • CreateFakeFood (Bool): Can the actor "create" food even if he has none in his inventory? (usually TRUE)

                                   

Notes

  • None

See Also