card ![code/game/objects/items/cards_ids.dm 21](git.png)
Vars | |
cached_flat_icon | Cached icon that has been built for this card. Intended to be displayed in chat. Cardboards IDs and actual IDs use it. |
---|---|
honorific_title | What is our honorific name/title combo to be displayed? |
Procs | |
get_cached_flat_icon | If no cached_flat_icon exists, this proc creates it and crops it. This proc then returns the cached_flat_icon. Intended for use displaying ID card icons in chat. |
Var Details
cached_flat_icon ![code/game/objects/items/cards_ids.dm 34](git.png)
Cached icon that has been built for this card. Intended to be displayed in chat. Cardboards IDs and actual IDs use it.
honorific_title ![code/game/objects/items/cards_ids.dm 38](git.png)
What is our honorific name/title combo to be displayed?
Proc Details
get_cached_flat_icon
If no cached_flat_icon exists, this proc creates it and crops it. This proc then returns the cached_flat_icon. Intended for use displaying ID card icons in chat.