Client
Method
Parameters
Type
Description
getAuraTarget
None
Entity
Returns the killaura current target. Returns null if there's no target
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
Example
Last updated
Was this helpful?