Client

Method

Parameters

Type

Description

getAuraTarget

None

Entity

Returns the killaura current target. Returns null if there's no target

print

String...

void

Prints the message you provide in the In-Game chat

isEnabled

String

Boolean

Returns true if the module you specified the name of is enabled

toggleModule

String

void

Toggles the module you specified the name of

getVersion

None

String

Returns the current version of a client

getUID

None

Integer

Returns a User ID of a current user

client.postNotification

Posts a notification

Parameters

Type

callReason

String

text

String

duration

Integer

type

NotificationType

type may be one of 4 options

Options

INFO

SUCCESS

WARNING

ERROR

client.postNotification(callReason,text,duration,type)

Example

client.toggleModule("killaura");
client.getVersion(); // Returns 070121 or whatever version you're using

Last updated