Skip to content

Commit

Permalink
Merge pull request #14 from elpoeprod/patch-1
Browse files Browse the repository at this point in the history
from inch (_*) to approach (_*)
  • Loading branch information
omicronrex authored Mar 3, 2024
2 parents db0d404 + 1caf33d commit 363cc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ alarm_set(index,value)
angle_difference(ang1,ang2)
angle_difference_3d(x1,y1,z1,x2,y2,z2)
animation_stop()
approach(val,goto,stepsize)
approach_angle(ang1,ang2,step)
base64_decode(str)
base64_encode(str)
ceilto(val,to)
Expand Down Expand Up @@ -90,8 +92,6 @@ get_ram_usage()
get_timer()
get_windows_version()
in_range(val,min,max)
inch(val,goto,stepsize)
inch_angle(ang1,ang2,step)
instance_create_depth(x,y,depth,object)
instance_create_depth_moving(x,y,depth,object,speed,direction,[gravity,[gravdir]])
instance_create_depth_moving_ext(x,y,depth,object,speed,direction,[addhspeed,addvspeed,[gravity,[gravdir]]])
Expand Down Expand Up @@ -169,4 +169,4 @@ window_maximize()
window_minimize()
window_set_foreground()

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

0 comments on commit 363cc39

Please sign in to comment.