mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
306 B
306 B
Function: GetCurrentPower(spawn)
Description: Returns the current Power of the Spawn, this can be represented as GetPower(spawn) as well.
Parameters:
spawn(Spawn) - Spawn object representingspawn.
Returns: SInt32 current power value of the spawn.
Example:
Example Required