Amxxprogramer / EngFunc_DecalIndex.txt
RichieBurundi's picture
Upload 29 files
ea562e8 verified
raw
history blame contribute delete
552 Bytes
Fakemeta function :
Quote:
EngFunc_DecalIndex
Description :
Returns an unique index of the decal name provided.
A decal index is used for example in some TE_* messages. ( TE_PLAYERDECAL, TE_DECAL, etc.. See message_const.inc file ).
All the available decals are stored in the decals.wad file. ( Located at your mod root )
As side-note a plugin Decals/Models Lister is available to see a list of decals/models index/name. ( Only CS and HL )
Usage :
Code:
DecalIndex = engfunc( EngFunc_DecalIndex, "{bigshot1" );
__________________