|
tModLoader v2022.09
A mod to make and play Terraria mods
|
Inherits Terraria.GameContent.Creative.ICreativePower, Terraria.GameContent.IOnPlayerJoining, Terraria.GameContent.Creative.IProvideSliderElement, and Terraria.GameContent.Creative.IPowerSubcategoryElement.
Inherited by Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.
Public Member Functions | |
| void | DebugCall () |
| void | DeserializeNetMessage (BinaryReader reader, int userId) |
| abstract bool | GetIsUnlocked () |
| GroupOptionButton< int > | GetOptionButton (CreativePowerUIElementRequestInfo info, int optionIndex, int currentOptionIndex) |
| bool | GetRemappedSliderValueFor (int playerIndex, out float value) |
| void | OnPlayerJoining (int playerIndex) |
| void | ProvidePowerButtons (CreativePowerUIElementRequestInfo info, List< UIElement > elements) |
| abstract UIElement | ProvideSlider () |
| void | PushChangeAndSetSlider (float value) |
| abstract float | RemapSliderValueToPowerValue (float sliderValue) |
| virtual void | Reset () |
| virtual void | ResetForPlayer (int playerIndex) |
| void | DeserializeNetMessage (BinaryReader reader, int userId) |
| bool | GetIsUnlocked () |
| void | ProvidePowerButtons (CreativePowerUIElementRequestInfo info, List< UIElement > elements) |
| void | OnPlayerJoining (int playerIndex) |
| UIElement | ProvideSlider () |
| GroupOptionButton< int > | GetOptionButton (CreativePowerUIElementRequestInfo info, int optionIndex, int currentOptionIndex) |
Properties | |
| PowerPermissionLevel | CurrentPermissionLevel [get, set] |
| PowerPermissionLevel | DefaultPermissionLevel [get, set] |
| ushort | PowerId [get, set] |
| string | ServerConfigName [get, set] |
Properties inherited from Terraria.GameContent.Creative.ICreativePower | |
| PowerPermissionLevel | CurrentPermissionLevel [get, set] |
| PowerPermissionLevel | DefaultPermissionLevel [get, set] |
| ushort | PowerId [get, set] |
| string | ServerConfigName [get, set] |
| void Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.DeserializeNetMessage | ( | BinaryReader | reader, |
| int | userId | ||
| ) |
Implements Terraria.GameContent.Creative.ICreativePower.
|
pure virtual |
Implements Terraria.GameContent.Creative.ICreativePower.
| GroupOptionButton< int > Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.GetOptionButton | ( | CreativePowerUIElementRequestInfo | info, |
| int | optionIndex, | ||
| int | currentOptionIndex | ||
| ) |
| void Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.OnPlayerJoining | ( | int | playerIndex | ) |
Implements Terraria.GameContent.IOnPlayerJoining.
| void Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower.ProvidePowerButtons | ( | CreativePowerUIElementRequestInfo | info, |
| List< UIElement > | elements | ||
| ) |
Implements Terraria.GameContent.Creative.ICreativePower.
|
pure virtual |
|
getset |
Implements Terraria.GameContent.Creative.ICreativePower.
|
getset |
Implements Terraria.GameContent.Creative.ICreativePower.
|
getset |
Implements Terraria.GameContent.Creative.ICreativePower.
|
getset |
Implements Terraria.GameContent.Creative.ICreativePower.