Added JointExists() and SpriteExists()

This commit is contained in:
n00b
2024-12-22 18:16:13 -05:00
parent a2c9d4952c
commit f2af1d4045
16 changed files with 1135 additions and 1072 deletions

View File

@@ -0,0 +1,4 @@
#title JointExists [RCBasic Doc]
#header function JointExists( joint_id )

4
doc/files/setfps.txt Normal file
View File

@@ -0,0 +1,4 @@
#title SetFPS [RCBasic Doc]
#header Sub SetFPS(fps_val)

View File

@@ -0,0 +1,4 @@
#title SpriteExists [RCBasic Doc]
#header Function SpriteExists(sprite)