Next Previous Contents

38. SLang_load_object

Synopsis

Load an object into the interpreter

Usage

int SLang_load_object (SLang_Load_Type *obj)

Description

The function SLang_load_object is a generic function that may be used to loaded an object of type SLang_Load_Type into the interpreter. For example, the functions SLang_load_file and SLang_load_string are wrappers around this function to load a file and a string, respectively.

See Also

SLang_load_file, SLang_load_string, SLallocate_load_type


Next Previous Contents