GetDecalName

From ZDoom Wiki
Jump to navigation Jump to search

clearscope Name GetDecalName () const

Usage

Gets the name of the actors' attached decal generator.

Return value

The name of the actors' decal generator as a Name type.

Examples

This call will make the calling actor spray their Decal property-defined decal 64 map units in front of themselves.

A_SprayDecal (GetDecalName(),64);

See also