Skip to content

Source


Summary

Methods

GetSharedSourceIndex () : SourceIndex
GetContextSourceIndex () : SourceIndex

Methods

GetSharedSourceIndex

Returns the shared SourceIndex. This is a shared object that contains all the shared source files that are loaded by the game.

Source:GetSharedSourceIndex ( ) : SourceIndex

Returns

SourceIndex

GetContextSourceIndex

Returns the SourceIndex for the current execution context. This is a SourceIndex that contains all the source files that are loaded by the current run context.

Source:GetContextSourceIndex ( ) : SourceIndex

Returns

SourceIndex