Added JointExists() and SpriteExists()
This commit is contained in:
@@ -66,3 +66,4 @@ function getJointAngle( joint_id)
|
||||
function getJointLinearSpeed( joint_id)
|
||||
function getJointAngularSpeed( joint_id)
|
||||
Sub DeleteJoint( joint_id )
|
||||
function JointExists( joint_id )
|
||||
|
||||
@@ -24,3 +24,4 @@ Sub SetSpriteType(sprite, sprite_type)
|
||||
Function GetSpriteType(sprite)
|
||||
Sub SetSpriteSource(sprite, img)
|
||||
Function GetSpriteSource(sprite)
|
||||
Function SpriteExists(sprite)
|
||||
|
||||
Reference in New Issue
Block a user