UnrealScript library and basis for all Acedia Framework mods
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
; For the puposes of testing alias functionality.
|
|
|
|
; Changing these can break tests.
|
|
|
|
;
|
|
|
|
; If you don't plan to run tests or do not know what they are, -
|
|
|
|
; feel free to remove this file.
|
|
|
|
[AcediaCore.MockAliasSource]
|
|
|
|
record=(alias="global",value="value")
|
|
|
|
record=(alias="question",value="response")
|
|
|
|
record=(alias="",value="empty")
|
|
|
|
record=(alias="also",value="")
|
|
|
|
[car MockAliases]
|
|
|
|
Alias="Ford"
|
|
|
|
Alias="Delorean"
|
|
|
|
Alias="Audi"
|
|
|
|
[sci:fi MockAliases]
|
|
|
|
Alias="Spice"
|
|
|
|
Alias="HardToBeAGod"
|