Home / Lua / Client / Image / Static Functions / Create

From game archives or client directory


Returns    Image
Prototype    Image.Create(AssetLocation, string path)
Description    Loads an image from the game archives or the client directory.

From game archives using a hash


Returns    Image
Prototype    Image.Create(number hash)
Description    Loads an image from the game archives using the hash. Some images have unknown filenames, so you must use the hash.