This commit is contained in:
2025-10-18 21:39:57 +08:00
parent ed376a4825
commit cfa9e279e5
11 changed files with 237 additions and 14 deletions

View File

@@ -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){}