You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
527 B
Modula-2
15 lines
527 B
Modula-2
RWECODE(E_RP_WORLD_INVSPHERE,
|
|
"The sphere is invalid")
|
|
RWECODE(E_RP_WORLD_INVINTERSECTION,
|
|
"Invalid Intersection type")
|
|
RWECODE(E_RP_WORLD_MATRANGE,
|
|
"Material requested was not within a valid range")
|
|
RWECODE(E_RP_WORLD_CLUMPINWORLD,
|
|
"Clump already in a World")
|
|
RWECODE(E_RP_WORLD_CLUMPNOTINWORLD,
|
|
"Clump is not currently in a World")
|
|
RWECODE(E_RP_WORLD_ATOMICNOFRAME,
|
|
"The atomic does not have a frame attached")
|
|
RWECODE(E_RP_WORLD_TOOMANYVERTICES,
|
|
"There are too many vertices for this operation")
|