123456789101112131415161718192021222324252627282930313233 |
- .. _func_system_handletoobject:
- ==============
- HandleToObject
- ==============
- HandleToObject -
- Description
- ===========
- .. code-block:: blitzmax
- HandleToObject:Object( handle )
- Convert integer handle to object
- Parameters
- ==========
- Return Values
- =============
- The object associated with the integer handle
- Examples
- ========
- See Also
- ========
|