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
(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 ''' | + | 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
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
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
.