/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/assets.dm

ASSET_CACHE_TELL_CLIENT_AMOUNTWhen sending mutiple assets, how many before we give the client a quaint little sending resources message
SLOW_ASSET_SEND_RATEHow many assets can be sent at once during legacy asset transport
uni_iconConstructs a universal icon. This is done in the same manner as the icon() BYOND proc. "color" will not do anything if a transform is provided. Blend it yourself or use color_transform(). Do note that transforms are NOT COPIED, and are internally lists. So take care not to re-use transforms. This is a DEFINE for performance reasons. Parameters (in order): icon_file, icon_state, dir, frame, transform, color

Define Details

ASSET_CACHE_TELL_CLIENT_AMOUNT

When sending mutiple assets, how many before we give the client a quaint little sending resources message

SLOW_ASSET_SEND_RATE

How many assets can be sent at once during legacy asset transport

uni_icon

Constructs a universal icon. This is done in the same manner as the icon() BYOND proc. "color" will not do anything if a transform is provided. Blend it yourself or use color_transform(). Do note that transforms are NOT COPIED, and are internally lists. So take care not to re-use transforms. This is a DEFINE for performance reasons. Parameters (in order): icon_file, icon_state, dir, frame, transform, color