Interface IWukongCheatsApi
Namespace: WukongMp.Sdk.Api
Assembly: WukongMp.Sdk.dll
Provides methods and properties for enabling and managing cheats in the game.
public interface IWukongCheatsApi
Properties
CheatsAllowed
Gets a value indicating whether cheats are allowed.
bool CheatsAllowed { get; }
Property Value
Methods
ResetCooldowns()
Resets all cooldowns for the player.
void ResetCooldowns()
ResetMana()
Resets the player's mana to its maximum value.
void ResetMana()
SetSpritCooldownTime(float)
Sets the cooldown time for the player's spirit abilities.
void SetSpritCooldownTime(float spiritCooldownTime)
Parameters
spiritCooldownTime float
The cooldown time to set, in seconds.
ToggleInfiniteMana()
Toggles infinite mana for the player.
void ToggleInfiniteMana()
ToggleInfiniteTransform()
Toggles infinite transformation for the player.
void ToggleInfiniteTransform()
ToggleInfiniteVessel()
Toggles infinite vessel usage for the player.
void ToggleInfiniteVessel()
ToggleNoSkillsCooldown()
Toggles no cooldowns for skills for the player.
void ToggleNoSkillsCooldown()