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.ASharedButtonPower Class Referenceabstract
+ Inheritance diagram for Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower:
+ Collaboration diagram for Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower:

Public Member Functions

 ASharedButtonPower ()
 
void RequestUse ()
 
void DeserializeNetMessage (BinaryReader reader, int userId)
 
void ProvidePowerButtons (CreativePowerUIElementRequestInfo info, List< UIElement > elements)
 
bool GetIsUnlocked ()
 

Package Functions

void UsePower ()
 
void OnCreation ()
 

Package Attributes

Point _iconLocation
 
string _powerNameKey
 
string _descriptionKey
 

Properties

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

Private Member Functions

void button_OnUpdate (UIElement affectedElement)
 
void button_OnClick (UIMouseEvent evt, UIElement listeningElement)
 

Private Attributes

ushort< PowerIdk__BackingField
 
string< ServerConfigNamek__BackingField
 
PowerPermissionLevel< CurrentPermissionLevelk__BackingField
 
PowerPermissionLevel< DefaultPermissionLevelk__BackingField
 

Detailed Description

Definition at line 903 of file CreativePowers.cs.


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