 |
Returns: depends
Short for (with_object (get_object 0) fun)
;;------------------------------------------------------------------------
Object Function: with_object
Usage: (with_object obj-ptr fun)
Returns: depends
Performs function [fun] as if [obj-ptr] had called it. Using a C++
analogy, it's like calling obj_ptr->fun(). Used the most with
(get_object n).
;;------------------------------------------------------------------------
Object Function: x
Usage: (x)
Returns: x coordinate
Returns the x coordinate of the current object.
;;------------------------------------------------------------------------
Object Function: xacel
Usage: (xacel
Returns: x acceleration
Returns the xacel of the current object.
;;------------------------------------------------------------------------
Object Function: xvel
Usage: (xvel
Returns: x acceleration
Returns the xvel of the current object.
;;------------------------------------------------------------------------
Object Function: y
Usage: (y)
Returns: y coordinate
Returns the y coordinate of the current object.
;;------------------------------------------------------------------------
... Далее >>
|