Zernikalos/zernikalos.loader/ZLoaderContext ZLoaderContext class ZLoaderContext(source)This class is used to store the components loaded by the engine. Members Constructors ZLoaderContext Link copied to clipboard constructor() Functions addComponent Link copied to clipboard fun addComponent(refId: String, component: ZRef?)Adds a component to the store with the given refId. getComponent Link copied to clipboard fun getComponent(refId: String): ZRef?Retrieves a component from the store with the given refId. hasComponent Link copied to clipboard fun hasComponent(refId: String): BooleanReturns true if the component with the given refId has been loaded. ZkoVersionPrevious PageconsoleNext Page