Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Talk:UnrealScript syntax

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 16:36, 17 July 2010 by Eliot (Talk | contribs)

Jump to: navigation, search

Can anyone confirm these keywords ScriptConst and HideParent? these are deprecated keywords i think. --Eliot 21:39, 17 July 2010 (UTC)

Never hear about those, where did you find them? "ScriptConst" sounds redundant anyway as "const" applied to variables only applies to UnrealScript, not native code, and there are no other UnrealScript meanings for it. (All others only have a native meaning.) —Wormbo 21:59, 17 July 2010 (UTC)
I found it here http://web.archive.org/web/20010124112800/http://www.chessmess.com/musqa-0500.htm#5 an very old article, it could be that those keywords are from another game, but just making sure. It could be that ScriptConst is the old name of Const. And what about NoNativeReplication? the Legacy pages mention it but it doesn't work anywhere as far as i know. --Eliot 22:18, 17 July 2010 (UTC)


Somehow I liked the old table more than this alphabetical lists. Any more opinions? -Crusha 22:32, 17 July 2010 (UTC)

I changed it because adding a new keyword to the old one was a lot of work e.g. each section had a max count and as i add new keywords it will go over the max count unless i go re-size all sections. --Eliot 22:36, 17 July 2010 (UTC)