Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

UnrealScript

< >

UnrealScript is a programming language created in 1998.

#1652on PLDB 26Years Old 1kRepos
Wikipedia

The Unreal Engine is a game engine developed by Epic Games, first showcased in the 1998 first-person shooter game Unreal. Although primarily developed for first-person shooters, it has been successfully used in a variety of other genres, including stealth, fighting games, MMORPGs, and other RPGs. With its code written in C++, the Unreal Engine features a high degree of portability and is a tool used by many game developers today, with it being source-available. Read more on Wikipedia...


Example from Linguist:
class US3HelloWorld extends GameInfo; event InitGame( string Options, out string Error ) { `log( "Hello, world!" ); } defaultproperties { }
View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll