mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
425 B
425 B
Function: SetCurrentPower(spawn, value)
Description:
Set's the current spawn power value if the power value + current power is less than total power. Otherwise it will override the total power. This function is an alias of SetPower(spawn, value)
Parameters:
spawn(Spawn) - Spawn object representingspawn.value(int32) - Integer valuevalue.
Returns: None.
Example:
Example Required