terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.Creative.CreativePowers.ModifyRainPower Class Reference
+ Inheritance diagram for Terraria.GameContent.Creative.CreativePowers.ModifyRainPower:
+ Collaboration diagram for Terraria.GameContent.Creative.CreativePowers.ModifyRainPower:

Public Member Functions

 ModifyRainPower ()
 
override bool GetIsUnlocked ()
 
override UIElement ProvideSlider ()
 
void DeserializeNetMessage (BinaryReader reader, int userId)
 
void ProvidePowerButtons (CreativePowerUIElementRequestInfo info, List< UIElement > elements)
 
void DebugCall ()
 
GroupOptionButton< int > GetOptionButton (CreativePowerUIElementRequestInfo info, int optionIndex, int currentOptionIndex)
 
void AttemptPushingChange ()
 
virtual void Reset ()
 
void OnPlayerJoining (int playerIndex)
 

Package Functions

override void UpdateInfoFromSliderValueCache ()
 
override float GetSliderValueInner ()
 
float GetSliderValue ()
 
void SetValueKeyboard (float value)
 
void SetValueKeyboardForced (float value)
 
void SetValueGamepad ()
 

Package Attributes

Point _iconLocation
 
float _sliderCurrentValueCache
 
string _powerNameKey
 
bool _syncToJoiningPlayers
 
float _currentTargetValue
 

Properties

ushort PowerId [get, set]
 
string ServerConfigName [get, set]
 
PowerPermissionLevel CurrentPermissionLevel [get, set]
 
PowerPermissionLevel DefaultPermissionLevel [get, set]
 

Private Member Functions

void topText_OnClick (UIMouseEvent evt, UIElement listeningElement)
 
void middleText_OnClick (UIMouseEvent evt, UIElement listeningElement)
 
void bottomText_OnClick (UIMouseEvent evt, UIElement listeningElement)
 
void Button_OnMouseOut (UIMouseEvent evt, UIElement listeningElement)
 
void Button_OnMouseOver (UIMouseEvent evt, UIElement listeningElement)
 
void UpdateSliderAndShowMultiplierMouseOver (UIElement affectedElement)
 
void categoryButton_OnUpdate (UIElement affectedElement)
 

Private Attributes

ushort< PowerIdk__BackingField
 
string< ServerConfigNamek__BackingField
 
PowerPermissionLevel< CurrentPermissionLevelk__BackingField
 
PowerPermissionLevel< DefaultPermissionLevelk__BackingField
 
bool _needsToCommitChange
 
DateTime _nextTimeWeCanPush
 

Detailed Description

Definition at line 3293 of file CreativePowers.cs.


The documentation for this class was generated from the following file: