Added docs and project management tool update
This commit is contained in:
@@ -9,7 +9,6 @@ void init_embedded_functions()
|
||||
embed_function("Input$", ID_TYPE_FN_STR);
|
||||
add_embedded_arg("prompt$", ID_TYPE_STR);
|
||||
embed_function("tst", ID_TYPE_SUB);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
embed_function("ArrayDim", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("id", ID_TYPE_BYREF_NUM);
|
||||
embed_function("StringArrayDim", ID_TYPE_FN_NUM);
|
||||
@@ -455,9 +454,14 @@ void init_embedded_functions()
|
||||
add_embedded_arg("mode", ID_TYPE_NUM);
|
||||
embed_function("CloseCanvas", ID_TYPE_SUB);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
embed_function("SetCanvas3D", ID_TYPE_SUB);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
add_embedded_arg("flag", ID_TYPE_NUM);
|
||||
embed_function("OpenCanvas3D", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("w", ID_TYPE_NUM);
|
||||
add_embedded_arg("h", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_x", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_y", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_w", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_h", ID_TYPE_NUM);
|
||||
add_embedded_arg("mode", ID_TYPE_NUM);
|
||||
embed_function("SetCanvasVisible", ID_TYPE_SUB);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
add_embedded_arg("flag", ID_TYPE_NUM);
|
||||
@@ -500,9 +504,9 @@ void init_embedded_functions()
|
||||
add_embedded_arg("c", ID_TYPE_NUM);
|
||||
embed_function("GetCanvasColorMod", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
embed_function("CloneCanvas", ID_TYPE_SUB);
|
||||
add_embedded_arg("src", ID_TYPE_NUM);
|
||||
add_embedded_arg("dst", ID_TYPE_NUM);
|
||||
embed_function("CloneCanvas", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
add_embedded_arg("mode", ID_TYPE_NUM);
|
||||
embed_function("SetCanvasZ", ID_TYPE_SUB);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_NUM);
|
||||
@@ -514,6 +518,16 @@ void init_embedded_functions()
|
||||
add_embedded_arg("w", ID_TYPE_NUM);
|
||||
add_embedded_arg("h", ID_TYPE_NUM);
|
||||
embed_function("ActiveCanvas", ID_TYPE_FN_NUM);
|
||||
embed_function("SetCanvasPhysics2D", ID_TYPE_SUB);
|
||||
add_embedded_arg("c_num", ID_TYPE_NUM);
|
||||
add_embedded_arg("state", ID_TYPE_NUM);
|
||||
embed_function("OpenSpriteCanvas", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("w", ID_TYPE_NUM);
|
||||
add_embedded_arg("h", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_x", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_y", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_w", ID_TYPE_NUM);
|
||||
add_embedded_arg("viewport_h", ID_TYPE_NUM);
|
||||
embed_function("Circle", ID_TYPE_SUB);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
@@ -585,8 +599,8 @@ void init_embedded_functions()
|
||||
add_embedded_arg("h", ID_TYPE_NUM);
|
||||
add_embedded_arg("buffer", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("color", ID_TYPE_NUM);
|
||||
embed_function("getImageBuffer", ID_TYPE_SUB);
|
||||
add_embedded_arg("img_id", ID_TYPE_NUM);
|
||||
embed_function("BufferFromImage", ID_TYPE_SUB);
|
||||
add_embedded_arg("slot", ID_TYPE_NUM);
|
||||
add_embedded_arg("buffer", ID_TYPE_BYREF_NUM);
|
||||
embed_function("ImageExists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("slot", ID_TYPE_NUM);
|
||||
@@ -1310,6 +1324,8 @@ void init_embedded_functions()
|
||||
embed_function("CreateBillboardActor", ID_TYPE_FN_NUM);
|
||||
embed_function("CreateTerrainActor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("hmap_file$", ID_TYPE_STR);
|
||||
embed_function("CreateParticleActor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("particle_type", ID_TYPE_NUM);
|
||||
embed_function("DeleteActor", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("GetActorTransform", ID_TYPE_SUB);
|
||||
@@ -1320,7 +1336,7 @@ void init_embedded_functions()
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_NUM);
|
||||
embed_function("TranslateActor", ID_TYPE_SUB);
|
||||
embed_function("TranslateActorLocal", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
@@ -1379,6 +1395,8 @@ void init_embedded_functions()
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("RemoveActorShadow", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("ActorExists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("SetGravity3D", ID_TYPE_SUB);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
@@ -1558,12 +1576,12 @@ void init_embedded_functions()
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("w", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getActorLinearVelocity", ID_TYPE_SUB);
|
||||
embed_function("getActorLinearVelocityWorld", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getActorAngularVelocity", ID_TYPE_SUB);
|
||||
embed_function("getActorAngularVelocityWorld", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
@@ -1654,6 +1672,9 @@ void init_embedded_functions()
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("SetActorSleepState", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("state", ID_TYPE_NUM);
|
||||
embed_function("createPointConstraint", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actorA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pxA", ID_TYPE_NUM);
|
||||
@@ -1668,39 +1689,26 @@ void init_embedded_functions()
|
||||
add_embedded_arg("pxB", ID_TYPE_NUM);
|
||||
add_embedded_arg("pyB", ID_TYPE_NUM);
|
||||
add_embedded_arg("pzB", ID_TYPE_NUM);
|
||||
embed_function("setConstraintPivotA", ID_TYPE_SUB);
|
||||
embed_function("setPointPivotA", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_NUM);
|
||||
embed_function("setConstraintPivotB", ID_TYPE_SUB);
|
||||
embed_function("setPointPivotB", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_NUM);
|
||||
embed_function("createHingeConstraint", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actorA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pxA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pyA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pzA", ID_TYPE_NUM);
|
||||
add_embedded_arg("axA", ID_TYPE_NUM);
|
||||
add_embedded_arg("ayA", ID_TYPE_NUM);
|
||||
add_embedded_arg("azA", ID_TYPE_NUM);
|
||||
add_embedded_arg("frameA", ID_TYPE_NUM);
|
||||
add_embedded_arg("useReferenceFrameA", ID_TYPE_NUM);
|
||||
embed_function("createHingeConstraintEx", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actorA", ID_TYPE_NUM);
|
||||
add_embedded_arg("actorB", ID_TYPE_NUM);
|
||||
add_embedded_arg("pxA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pyA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pzA", ID_TYPE_NUM);
|
||||
add_embedded_arg("pxB", ID_TYPE_NUM);
|
||||
add_embedded_arg("pyB", ID_TYPE_NUM);
|
||||
add_embedded_arg("pzB", ID_TYPE_NUM);
|
||||
add_embedded_arg("axA", ID_TYPE_NUM);
|
||||
add_embedded_arg("ayA", ID_TYPE_NUM);
|
||||
add_embedded_arg("azA", ID_TYPE_NUM);
|
||||
add_embedded_arg("axB", ID_TYPE_NUM);
|
||||
add_embedded_arg("ayB", ID_TYPE_NUM);
|
||||
add_embedded_arg("azB", ID_TYPE_NUM);
|
||||
add_embedded_arg("frameA", ID_TYPE_NUM);
|
||||
add_embedded_arg("frameB", ID_TYPE_NUM);
|
||||
add_embedded_arg("useReferenceFrameA", ID_TYPE_NUM);
|
||||
embed_function("createSlideConstraint", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actorA", ID_TYPE_NUM);
|
||||
add_embedded_arg("frameInB_matrix", ID_TYPE_NUM);
|
||||
@@ -1754,7 +1762,7 @@ void init_embedded_functions()
|
||||
embed_function("getConstraintBFrame", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("mA", ID_TYPE_NUM);
|
||||
embed_function("setConstraintAxis", ID_TYPE_SUB);
|
||||
embed_function("setHingeAxis", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
@@ -1781,11 +1789,11 @@ void init_embedded_functions()
|
||||
add_embedded_arg("softness", ID_TYPE_NUM);
|
||||
add_embedded_arg("bias_factor", ID_TYPE_NUM);
|
||||
add_embedded_arg("relaxation_factor", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLimitBiasFactor", ID_TYPE_FN_NUM);
|
||||
embed_function("getHingeLimitBiasFactor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getLimitRelaxationFactor", ID_TYPE_FN_NUM);
|
||||
embed_function("getHingeLimitRelaxationFactor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLimitSign", ID_TYPE_FN_NUM);
|
||||
embed_function("getHingeLimitSign", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getHingeSolveLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
@@ -1796,12 +1804,12 @@ void init_embedded_functions()
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintFixedActor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintPivotA", ID_TYPE_SUB);
|
||||
embed_function("getPointPivotA", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getConstraintPivotB", ID_TYPE_SUB);
|
||||
embed_function("getPointPivotB", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
@@ -1813,20 +1821,20 @@ void init_embedded_functions()
|
||||
embed_function("setConstraintSolverIterations", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("num", ID_TYPE_NUM);
|
||||
embed_function("getConstraintBiasFactor", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeBiasFactor", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDamping", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeDamping", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintFixThresh", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeFixThresh", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("limit_index", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLimitSoftness", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolverIterations", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintAnglePoint", ID_TYPE_SUB);
|
||||
embed_function("getConeAnglePoint", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("angle", ID_TYPE_NUM);
|
||||
add_embedded_arg("c_len", ID_TYPE_NUM);
|
||||
@@ -1835,165 +1843,165 @@ void init_embedded_functions()
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getConstraintAngularOnly", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolveSwingLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeSolveSwingLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolveTwistLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeSolveTwistLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolveLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeSwingSpan1", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSwingSpan1", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeSwingSpan2", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSwingSpan2", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeTwistAngle", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintTwistAngle", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeTwistLimitSign", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintTwistLimitSign", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintTwistSpan", ID_TYPE_FN_NUM);
|
||||
embed_function("getConeTwistSpan", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("setConstraintAngularOnly", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("flag", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDamping", ID_TYPE_SUB);
|
||||
embed_function("setConeDamping", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("damping", ID_TYPE_NUM);
|
||||
embed_function("setConstraintFixThresh", ID_TYPE_SUB);
|
||||
embed_function("setConeFixThresh", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("fixThresh", ID_TYPE_NUM);
|
||||
embed_function("getConstraintAnchorA", ID_TYPE_SUB);
|
||||
embed_function("getSlideAnchorA", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getConstraintAnchorB", ID_TYPE_SUB);
|
||||
embed_function("getSlideAnchorB", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("x", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_BYREF_NUM);
|
||||
add_embedded_arg("z", ID_TYPE_BYREF_NUM);
|
||||
embed_function("getConstraintAngDepth", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideAngDepth", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintAngularPos", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideAngularPos", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingDirAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingDirAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingDirLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingDirLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingLimAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingLimAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingLimLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingLimLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingOrthoAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingOrthoAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintDampingOrthoLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideDampingOrthoLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLinearPos", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideLinearPos", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLinDepth", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideLinDepth", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLowerAngLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideLowerAngLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintLowerLinLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideLowerLinLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionDirAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionDirAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionDirLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionDirLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionLimAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionLimAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionLimLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionLimLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionOrthoAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionOrthoAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintRestitutionOrthoLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideRestitutionOrthoLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessDirAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessDirAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessDirLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessDirLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessLimAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessLimAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessLimLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessLimLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessOrthoAng", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessOrthoAng", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSoftnessOrthoLin", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSoftnessOrthoLin", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolveAngLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSolveAngLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintSolveLinLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideSolveLinLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintUpperAngLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideUpperAngLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintUpperLinLimit", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideUpperLinLimit", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("getConstraintUseFrameOffset", ID_TYPE_FN_NUM);
|
||||
embed_function("getSlideUseFrameOffset", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingDirAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingDirAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingDirLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingDirLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingLimAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingLimAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingLimLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingLimLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingOrthoAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingOrthoAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintDampingOrthoLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideDampingOrthoLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintLowerAngLimit", ID_TYPE_SUB);
|
||||
embed_function("setSlideLowerAngLimit", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintLowerLinLimit", ID_TYPE_SUB);
|
||||
embed_function("setSlideLowerLinLimit", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionDirAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionDirAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionDirLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionDirLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionLimAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionLimAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionLimLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionLimLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionOrthoAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionOrthoAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintRestitutionOrthoLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideRestitutionOrthoLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessDirAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessDirAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessDirLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessDirLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessLimAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessLimAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessLimLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessLimLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessOrthoAng", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessOrthoAng", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintSoftnessOrthoLin", ID_TYPE_SUB);
|
||||
embed_function("setSlideSoftnessOrthoLin", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintUpperAngLimit", ID_TYPE_SUB);
|
||||
embed_function("setSlideUpperAngLimit", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("setConstraintUpperLinLimit", ID_TYPE_SUB);
|
||||
embed_function("setSlideUpperLinLimit", ID_TYPE_SUB);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
add_embedded_arg("n", ID_TYPE_NUM);
|
||||
embed_function("ConstraintExists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("constraint_id", ID_TYPE_NUM);
|
||||
embed_function("SetCameraPosition", ID_TYPE_SUB);
|
||||
add_embedded_arg("x", ID_TYPE_NUM);
|
||||
add_embedded_arg("y", ID_TYPE_NUM);
|
||||
@@ -2047,8 +2055,6 @@ void init_embedded_functions()
|
||||
add_embedded_arg("spherePercentage", ID_TYPE_NUM);
|
||||
add_embedded_arg("radius", ID_TYPE_NUM);
|
||||
embed_function("RemoveSceneSky", ID_TYPE_SUB);
|
||||
embed_function("SetWorld3DDeltaTime", ID_TYPE_SUB);
|
||||
add_embedded_arg("dt", ID_TYPE_NUM);
|
||||
embed_function("SetWorld3DMaxSubSteps", ID_TYPE_SUB);
|
||||
add_embedded_arg("steps", ID_TYPE_NUM);
|
||||
embed_function("SetWorld3DTimeStep", ID_TYPE_SUB);
|
||||
@@ -2085,15 +2091,15 @@ void init_embedded_functions()
|
||||
embed_function("setParticleMesh", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("mesh", ID_TYPE_NUM);
|
||||
embed_function("setParticleMinParticlesPerSecond", ID_TYPE_SUB);
|
||||
embed_function("setMinParticlesPerSecond", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("minParticlesPerSecond", ID_TYPE_NUM);
|
||||
embed_function("getParticleMinParticlesPerSecond", ID_TYPE_FN_NUM);
|
||||
embed_function("getMinParticlesPerSecond", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("setParticleMaxParticlesPerSecond", ID_TYPE_SUB);
|
||||
embed_function("setMaxParticlesPerSecond", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("maxParticlesPerSecond", ID_TYPE_NUM);
|
||||
embed_function("getParticleMaxParticlesPerSecond", ID_TYPE_FN_NUM);
|
||||
embed_function("getMaxParticlesPerSecond", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("setParticleMinStartColor", ID_TYPE_SUB);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
@@ -2192,6 +2198,8 @@ void init_embedded_functions()
|
||||
add_embedded_arg("flag", ID_TYPE_NUM);
|
||||
embed_function("particleIsUsingOutlineOnly", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("getParticleType", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("lightIsCastingShadow", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
embed_function("getLightType", ID_TYPE_FN_NUM);
|
||||
@@ -2510,6 +2518,8 @@ void init_embedded_functions()
|
||||
embed_function("getActorMaterialType", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("actor", ID_TYPE_NUM);
|
||||
add_embedded_arg("material", ID_TYPE_NUM);
|
||||
embed_function("MaterialExists", ID_TYPE_FN_NUM);
|
||||
add_embedded_arg("material", ID_TYPE_NUM);
|
||||
}
|
||||
|
||||
void init_embedded_types()
|
||||
|
||||
Reference in New Issue
Block a user