Added JointExists() and SpriteExists()
This commit is contained in:
@@ -1225,6 +1225,8 @@ ul, #myUL {
|
||||
|
||||
<li><a href="getspritesource.html" target="main">GetSpriteSource</a></li>
|
||||
|
||||
<li><a href="spriteexists.html" target="main">SpriteExists</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
@@ -1523,6 +1525,8 @@ ul, #myUL {
|
||||
|
||||
<li><a href="deletejoint.html" target="main">DeleteJoint</a></li>
|
||||
|
||||
<li><a href="jointexists.html" target="main">JointExists</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
4
doc/files/jointexists.txt
Normal file
4
doc/files/jointexists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title JointExists [RCBasic Doc]
|
||||
#header function JointExists( joint_id )
|
||||
|
||||
|
||||
4
doc/files/setfps.txt
Normal file
4
doc/files/setfps.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title SetFPS [RCBasic Doc]
|
||||
#header Sub SetFPS(fps_val)
|
||||
|
||||
|
||||
4
doc/files/spriteexists.txt
Normal file
4
doc/files/spriteexists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title SpriteExists [RCBasic Doc]
|
||||
#header Function SpriteExists(sprite)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user