DECORATE: Difference between revisions

Removed the GIVEFISTINGMEDAL and GIVESPAMMEDAL actor flags, which have been replaced by GivePlayerMedal and A_GivePlayerMedal.
m (Added A_GivePlayerMedal)
Tag: Source edit
(Removed the GIVEFISTINGMEDAL and GIVESPAMMEDAL actor flags, which have been replaced by GivePlayerMedal and A_GivePlayerMedal.)
Tag: Source edit
 
Line 24: Line 24:
* <code>'''SERVERSIDEONLY'''</code>
* <code>'''SERVERSIDEONLY'''</code>
:Actors with this flag will never be spawned clientside, and can only be spawned by the server. As such, these actors will not be synced across the network, using no network bandwidth. Only use it on actors that are always invisible and don't block the movement of players.
:Actors with this flag will never be spawned clientside, and can only be spawned by the server. As such, these actors will not be synced across the network, using no network bandwidth. Only use it on actors that are always invisible and don't block the movement of players.
*<code>'''GIVEFISTINGMEDAL'''</code> {{Devfeature|3.2|alpha}}
:A projectile or puff will give a player a "fisting" medal if they frag an enemy player with it. If this flag is added to a weapon instead, then any melee attack due to {{Zdoomwiki|A_Punch}} or {{Zdoomwiki|A_CustomPunch}} will also give the medal to the player.
*<code>'''GIVESPAMMEDAL'''</code> {{Devfeature|3.2|alpha}}
:A projectile or puff will give a player a "spam" medal if they frag two or more enemy players in the same tic with it.


===(In)abilities===  
===(In)abilities===