AIDef:Action/EventAddGameDataToRupeeAction: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
Line 10: Line 10:
| GameDataIntAddValueName || String || Add a flag value to the player's rupees. ||  
| GameDataIntAddValueName || String || Add a flag value to the player's rupees. ||  
|-
|-
| IsSignInversion || Bool || Whether the added value should be positive or negative (''false'': positive; ''true'': negative||  
| IsSignInversion || Bool || Whether the sign (+ and -) of the flag's value should be inverted. ||  
|-
|-
|}
|}

Revision as of 14:46, 9 January 2021

EventAddGameDataToRupeeAction
AI definition
Type Action

DynamicInstParams

Name Type Default value Description
GameDataIntAddValueName String Add a flag value to the player's rupees.
IsSignInversion Bool Whether the sign (+ and -) of the flag's value should be inverted.

Derived definitions

Demo_AddGameDataToRupee (EventSystemActor)

No overridden parameters.