Difference between revisions of "Eat (Procedure)"
Jump to navigation
Jump to search
imported>Catwheezle (Marking as incomplete. adding see also entries.) |
(Added note that "CreateFakeFood" means the actor will *never* eat real food) |
||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
|Param2=CreateFakeFood | |Param2=CreateFakeFood | ||
|Type2=Bool | |Type2=Bool | ||
|Desc2=Can the actor "create" food even if he has none in his inventory? | |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 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. | ||
}} | }} |
Latest revision as of 23:12, 1 December 2021
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
- Category:Settings for various "eat" time controls.
- StartCannibal - Actor for eating non-food items.
- HasBeenEaten conditional function.