11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
|
|
function IRDActiveObject::GetAddress() {
|
||
|
|
return L_Sq_GetObjectAddress(this);
|
||
|
|
}
|
||
|
|
|
||
|
|
function IRDActiveObject::GetName() {
|
||
|
|
return L_Sq_GetObjectName(this);
|
||
|
|
}
|
||
|
|
|
||
|
|
function IRDActiveObject::GetLevel() {
|
||
|
|
return L_Sq_GetObjectLevel(this);
|
||
|
|
}
|