Difference between revisions of "Eat (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
m (Added "see also" section.)
(Added note that "CreateFakeFood" means the actor will *never* eat real food)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Incomplete Article}}
{{Procedures
{{Procedures
|Name=Eat
|Name=Eat
|Description=Actor eats food.
|Description=Actor eats food.
|Completes= ???
|Completes= ??? ToDo


|Param1=FoodType
|Param1=FoodType
Line 10: Line 11:
|Param2=CreateFakeFood
|Param2=CreateFakeFood
|Type2=Bool
|Type2=Bool
|Desc2=Can the actor "create" food even if he has none in his inventory? (usually TRUE)
|Desc2=Can the actor "create" food even if he has none in his inventory? Usually TRUE. '''NOTE:''' If this is true, then the actor will not eat food from his inventory or from the environment even if it is available, regardless of any other flags set on the package.


|Notes=
|Notes=
Line 16: Line 17:


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

Latest revision as of 23:12, 1 December 2021

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. NOTE: If this is true, then the actor will not eat food from his inventory or from the environment even if it is available, regardless of any other flags set on the package.

                                   

Notes

  • None

See Also