UnrealScript: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m +template |
m →Caratteristiche: tag source deprecati, replaced: <source lang= → <syntaxhighlight lang=, </source> → </syntaxhighlight> |
||
Riga 29:
Il seguente è un classico esempio [[hello world]]<ref>[https://udn.epicgames.com/Three/MakingACommandlet.html#How%20To%20Make%20a%20Commandlet%20in%20Script UDN - Three - MakingACommandlet<!-- Titolo generato automaticamente -->]</ref> utilizzando la sintassi di UnrealScript.
<!-- Please change java to unrealscript when available!, will use java until unrealscript is supported. -->
<
class HelloWorld extends Mutator;
Riga 36:
log( "Hello, world" );
}
</syntaxhighlight>
== Note ==
|