Constructor

new (srv:Server)

Methods

inline getBundle (id:Int):_Bundle

Returns bundle by its ID.

Parameters:

id

Bundle ID.

Returns:

Bundle instance. Returns null if no bundles were found.

inline getBundleByStringID (sid:String):_Bundle

Returns bundle by its string ID.

Parameters:

sid

String ID.

Returns:

Bundle instance. Returns null if no bundles were found. If multiple bundles exist with the same string ID, the first one found is returned.