Difference between revisions of "@Hunger"

From SphereWiki
Jump to: navigation, search
(Created page with '==Description== This trigger fires when a character's food level is about to change. Fires on: * Characters ==References== The following object references are explicitly ...')
 
(Replaced content with "==Description== This trigger was removed and merged in @RegenStat")
 
Line 1: Line 1:
 
==Description==
 
==Description==
This trigger fires when a character's food level is about to change.
+
This trigger was removed and merged in [[@RegenStat]]
 
 
 
 
Fires on:
 
* [[Characters]]
 
 
 
 
 
==References==
 
The following object references are explicitly available for this trigger:
 
 
 
{| border="1" cellspacing="4" cellpadding="4"
 
| '''Name''' || '''Description'''
 
|-
 
| [[I]] || The [[Characters|character]] whose food level is changing.
 
|-
 
| [[SRC]] || The [[Characters|character]] whose food level is changing.
 
|}
 
 
 
 
 
==Arguments==
 
The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:
 
 
 
{| border="1" cellspacing="4" cellpadding="4"
 
| '''Argument''' || '''In/Out''' || '''Description'''
 
|-
 
| ARGN1 || IO || The new food level that will be set.
 
|}
 
 
 
 
 
==Return Values==
 
The following return values are explicitly defined for this trigger:
 
 
 
{| border="1" cellspacing="4" cellpadding="4"
 
| '''Return Value''' || '''Description'''
 
|-
 
| 1 || Prevents the food level from being changed.
 
|}
 
 
 
 
 
[[Category: Reference Compendium]]
 
[[Category: Triggers]]
 

Latest revision as of 14:20, 7 May 2015

Description

This trigger was removed and merged in @RegenStat