111
This commit is contained in:
11
NativeClassInit/IRDActiveObject.nut
Normal file
11
NativeClassInit/IRDActiveObject.nut
Normal file
@@ -0,0 +1,11 @@
|
||||
function IRDActiveObject::GetAddress() {
|
||||
return L_Sq_GetObjectAddress(this);
|
||||
}
|
||||
|
||||
function IRDActiveObject::GetName() {
|
||||
return L_Sq_GetObjectName(this);
|
||||
}
|
||||
|
||||
function IRDActiveObject::GetLevel() {
|
||||
return L_Sq_GetObjectLevel(this);
|
||||
}
|
||||
Reference in New Issue
Block a user