Modules/FileSystem/topointer

From Multi Theft Auto: Wiki
Revision as of 23:54, 18 January 2022 by Danilo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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