Click or drag to resize
CoronaBoxedNumberPushToLua Method
Pushes this object's data to the top of the Lua stack.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool PushToLua(
	long luaStateMemoryAddress
)

Parameters

luaStateMemoryAddress
Type: SystemInt64
Memory address to a lua_State object, convertible to a C/C++ pointer.

Return Value

Type: Boolean

Returns true if the push was successful.

Returns false if it failed or if given a memory address of zero (aka: null pointer).

Implements

ICoronaBoxedDataPushToLua(Int64)
See Also