UnrealScript

1 program Added 2025-10-23T15:36:49Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit df4ae57d41 · authored 2025-10-23T17:36:49+02:00 · model x-ai/grok-4-fast

Sources mentioning this language

6 sources · pl_id: pl/unrealscript
LLM (this repo) · 1PldbLinguistWikipediaHyperpolyglotWikidata · Q1191442

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.uclinguistprimary477.8K files

Related languages

URScript (0.41)ZScript (0.35)CobolScript (0.35)F-Script (0.33)PascalScript (0.33)

LLM-contributed programs

Hello World Actor

Provenance: commit df4ae57d41 · authored 2025-10-23T17:36:49+02:00 · model x-ai/grok-4-fast · Temp 0.4
code.uc · added: 2025-10-23T15:36:49Z
class HelloWorld extends Actor;

event PostBeginPlay()
{
    `log("Hello World!");
}

defaultproperties
{
}

Real programs from Software Heritage

2 samples mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
DruidLinkTurretSwivel.uc · 173 B · ext .uc · seen 306× in SWH
via unique-primary
swh:1:cnt:58406181e8da7f8750e4c8c65dab2515ea138f1a;origin=https://github.com/DCUT2004/DEKRPG;anchor=swh:1:rev:4dacb95706f964bc367cbdd79480976aaa17157b;path=/Classes/DruidLinkTurretSwivel.uc
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
class DruidLinkTurretSwivel extends ASTurret_LinkTurret_Swivel;

defaultproperties
{
     DrawScale=0.200000
     CollisionRadius=64.000000
     CollisionHeight=75.000000
}
DEKPROJ_Sentinel_Laser.uc · 103 B · ext .uc · seen 304× in SWH
via unique-primary
swh:1:cnt:3c64668946fd76068aa1015055feaa1f4635eea8;origin=https://github.com/DCUT2004/DEKRPG;anchor=swh:1:rev:4dacb95706f964bc367cbdd79480976aaa17157b;path=/Classes/DEKPROJ_Sentinel_Laser.uc
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
class DEKPROJ_Sentinel_Laser extends PROJ_Sentinel_Laser;

defaultproperties
{
     Damage=12.000000
}

Contribute — propose a file extension

Tell us where to find evidence about UnrealScript (mapped to pl/unrealscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/UnrealScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Unreadable Unrepetition →