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. | ||
===(In)abilities=== | ===(In)abilities=== |