AS3Registry.hx

Summary
AS3Registry.hx
AS3RegistryKeeps track of class stubs generated by import functions.
Functions
getContextReturns the AS3 context for the actual frame.

AS3Registry

Keeps track of class stubs generated by import functions.

Summary
Functions
getContextReturns the AS3 context for the actual frame.

Functions

getContext

function getContext(): format.abc.Context

Returns the AS3 context for the actual frame.

Returns

The AS3 context for the actual frame.

function getContext(): format.abc.Context
Returns the AS3 context for the actual frame.
Close