Modules/FileSystem/topointer

From Multi Theft Auto: Wiki
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