I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Simulated"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Created page with '{{disambig}} The keyword '''static''' is used as a modifier for functions and states whose code should be executable even if the…')
 
m (Typo)
 
Line 1: Line 1:
 
{{disambig}}
 
{{disambig}}
The keyword '''static''' is used as a modifier for [[Functions#Call modifiers|functions]] and [[States#Modifiers|states]] whose code should be executable even if the context object is an Actor with <code>Role <= ROLE_SimulatedProxy</code>.
+
The keyword '''simulated''' is used as a modifier for [[Functions#Call modifiers|functions]] and [[States#Modifiers|states]] whose code should be executable even if the context object is an Actor with <code>Role <= ROLE_SimulatedProxy</code>.

Latest revision as of 13:08, 19 September 2010

The keyword simulated is used as a modifier for functions and states whose code should be executable even if the context object is an Actor with Role <= ROLE_SimulatedProxy.