Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Load(name: string): Object;
Object Load(string name);
def Load(name as string) as Object

Description

Loads object with name from the bundle.

Load(name: string, type: Type): Object;
Object Load(string name, Type type);
def Load(name as string, type as Type) as Object

Description

Loads object with name of a given type from the bundle.