https://wiki.beyondunreal.com/w/index.php?action=history&feed=atom Specifiers - Revision history 2017-11-18T03:07:48Z Revision history for this page on the wiki MediaWiki 1.25.1 https://wiki.beyondunreal.com/Specifiers?diff=43272&oldid=prev Eliot: Created page with 'UnrealScript provides a few specifiers such as Super and Global etc, '''Specifiers''' are mainly used to tell the compiler how it should call a function or what it sh…' 2010-05-17T09:54:39Z <p>Created page with &#039;<a href="/UnrealScript" title="UnrealScript">UnrealScript</a> provides a few specifiers such as <a href="/Super" class="mw-redirect" title="Super">Super</a> and <a href="/Global" class="mw-redirect" title="Global">Global</a> etc, &#039;&#039;&#039;Specifiers&#039;&#039;&#039; are mainly used to tell the compiler how it should call a function or what it sh…&#039;</p> <p><b>New page</b></p><div>[[UnrealScript]] provides a few specifiers such as [[Super]] and [[Global]] etc, '''Specifiers''' are mainly used to tell the compiler how it should call a function or what it should access.<br /> <br /> ==Specifiers==<br /> * &lt;sup&gt;1&lt;/sup&gt; &amp;ndash; The '''Specifier''' is available in [[Unreal Engine 1]].<br /> * &lt;sup&gt;2&lt;/sup&gt; &amp;ndash; The '''Specifier''' is available in [[Unreal Engine 2]].<br /> * &lt;sup&gt;3&lt;/sup&gt; &amp;ndash; The '''Specifier''' is available in [[Unreal Engine 3]].<br /> * (no number) &amp;ndash; The '''Specifier''' is available in all Unreal Engine generations.<br /> <br /> <br /> ''Used to tell the compiler you want to...''<br /> * [[Function_call_specifiers#Super|Super]] - call a function from the parent class<br /> * [[Function_call_specifiers#Global|Global]] - call the global version of a function<br /> * [[Functions#Function_calls|Static]] - call a static function<br /> * [[Variables#Accessing_variables|Default]] - access a default variable<br /> * [[Constants#Usage|Const]]&lt;sup&gt;3&lt;/sup&gt; - reference a constant<br /> <br /> {{navbox unrealscript}}</div> Eliot