|
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
|
Inheritance diagram for Terraria.GameContent.Creative.CreativePowers.ModifyTimeRate:
Collaboration diagram for Terraria.GameContent.Creative.CreativePowers.ModifyTimeRate:Public Member Functions | |
| ModifyTimeRate () | |
| override void | Reset () |
| override UIElement | ProvideSlider () |
| override bool | GetIsUnlocked () |
| void | Save (BinaryWriter writer) |
| void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| 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 () |
| void | OnPlayerJoining (int playerIndex) |
Package Functions | |
| override void | UpdateInfoFromSliderValueCache () |
| float | GetSliderValue () |
| virtual float | GetSliderValueInner () |
| void | SetValueKeyboard (float value) |
| void | SetValueKeyboardForced (float value) |
| void | SetValueGamepad () |
Package Attributes | |
| Point | _iconLocation |
| float | _sliderCurrentValueCache |
| string | _powerNameKey |
| bool | _syncToJoiningPlayers |
| float | _currentTargetValue |
Properties | |
| int | TargetTimeRate [get, set, private set] |
| ushort | PowerId [get, set] |
| string | ServerConfigName [get, set] |
| PowerPermissionLevel | CurrentPermissionLevel [get, set] |
| PowerPermissionLevel | DefaultPermissionLevel [get, set] |
Private Attributes | |
| int< TargetTimeRate > | k__BackingField |
| bool | _needsToCommitChange |
| DateTime | _nextTimeWeCanPush |
Definition at line 2359 of file CreativePowers.cs.