Modules/FileSystem/topointer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ This function returns the light-userdata representation of the object. This is the direct pointer into the Eir FileSystem module handle. ==Syntax== <syntaxhighlight lang="lua"> light-userdata fsnamespace.topointer( userdata obj ) </syntaxhighlight> ==Arguments== *'''obj''': the userdata of the Eir FileSystem Lua environment ==Returns== This function returns the light-userdata value of the internal object, false if not successful. ==Example== <syntaxhighligh...")
 
No edit summary
 
Line 1: Line 1:
<pageclass class="#e36242" subcaption="Namespace function"></pageclass>
__NOTOC__
__NOTOC__
This function returns the light-userdata representation of the object. This is the direct pointer into the Eir FileSystem module handle.
This function returns the light-userdata representation of the object. This is the direct pointer into the Eir FileSystem module handle.

Latest revision as of 04:01, 23 January 2022

This function returns the light-userdata representation of the object. This is the direct pointer into the Eir FileSystem module handle.

Syntax

light-userdata fsnamespace.topointer( userdata obj )

Arguments

  • obj: the userdata of the Eir FileSystem Lua environment

Returns

This function returns the light-userdata value of the internal object, false if not successful.

Example

-- TODO

FileSystem Namespace Functions