1111
This commit is contained in:
@@ -81,9 +81,7 @@ function sq_SetVars(C_Object, Name, Type, Value) {}
|
||||
* @param {any} C_Object
|
||||
* @returns {void}
|
||||
*/
|
||||
function sq_GetDirection(C_Object) {
|
||||
|
||||
}
|
||||
function sq_GetDirection(C_Object) {}
|
||||
/**
|
||||
*
|
||||
* @function
|
||||
@@ -92,3 +90,10 @@ function sq_GetDirection(C_Object) {
|
||||
* @returns {void}
|
||||
*/
|
||||
function sq_SetDirection(C_Object, Dir) {}
|
||||
|
||||
function sq_CreateActor() {}
|
||||
function sq_RegisterDestruction(a,b) {}
|
||||
function sq_CreateSprite(a,b) {}
|
||||
function sq_AddChild(a,b){}
|
||||
function sq_RemoveChild(a,b){}
|
||||
function sq_SetZOrder(a,b){}
|
||||
Reference in New Issue
Block a user