|
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.SpawnRateSliderPerPlayerPower:
Collaboration diagram for Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower:Package Functions | |
| override void | UpdateInfoFromSliderValueCache () |
| float | GetSliderValue () |
| void | SetValueKeyboard (float value) |
| void | SetValueGamepad () |
| void | PushChange (float newSliderValue) |
Package Attributes | |
| Point | _iconLocation |
| float | _sliderCurrentValueCache |
| string | _powerNameKey |
| float[] | _cachePerPlayer |
| float | _sliderDefaultValue |
Properties | |
| float | StrengthMultiplierToGiveNPCs [get, set, private set] |
| ushort | PowerId [get, set] |
| string | ServerConfigName [get, set] |
| PowerPermissionLevel | CurrentPermissionLevel [get, set] |
| PowerPermissionLevel | DefaultPermissionLevel [get, set] |
Private Attributes | |
| float< StrengthMultiplierToGiveNPCs > | k__BackingField |
| float | _currentTargetValue |
| bool | _needsToCommitChange |
| DateTime | _nextTimeWeCanPush |
Definition at line 3784 of file CreativePowers.cs.