Ifnosounds: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
One (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''ifnosounds''' { do something } else { do something else }
[[If condition]] returning true if the current [[actor]] isn't playing any sounds.  Can easily [[desync|break sync]] in multiplayer.
[[If condition]] returning true if the current [[actor]] isn't playing any sounds.  Can easily [[desync|break sync]] in multiplayer.


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:If conditions]]
[[Category:Sound manipulation]]
[[Category:Sound manipulation]]

Latest revision as of 12:50, 4 May 2009

ifnosounds { do something } else { do something else }

If condition returning true if the current actor isn't playing any sounds. Can easily break sync in multiplayer.