isodi.pack_json

This module implements basic pack loading.

Members

Functions

getOptions
ResourceOptions* getOptions(Pack pack, string path)

Read options of the given resource.

getPack
Pack getPack(string filename)

Read the pack data from a JSON file.

getPack
Pack getPack(JSONParser json)

Read the pack directly from the JSON parser.

See Also

isodi.pack

Meta