picture ![code/modules/modular_computers/file_system/picture_file.dm 5](git.png)
PNG file type Stores a picture which can be used by other programs.
Vars | |
picture_name | The name of the asset cache item. This will be initialized after assign_path() is called. |
---|---|
stored_picture | The instance of the stored picture. |
Procs | |
assign_path | Assigns an asset path to the stored image, for use in the UI. |
Var Details
picture_name ![code/modules/modular_computers/file_system/picture_file.dm 14](git.png)
The name of the asset cache item. This will be initialized after assign_path() is called.
stored_picture ![code/modules/modular_computers/file_system/picture_file.dm 9](git.png)
The instance of the stored picture.
Proc Details
assign_path
Assigns an asset path to the stored image, for use in the UI.