mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-29 09:05:29 +03:00
Added ability to disable VScript
This commit is contained in:
parent
4bc5c2a862
commit
4ded2ae8d0
1
base.fgd
1
base.fgd
@ -1086,6 +1086,7 @@
|
|||||||
detailmaterial(string) : "Detail material file" : "detail/detailsprites" : "Material for detail sprites to use for drawing detail props"
|
detailmaterial(string) : "Detail material file" : "detail/detailsprites" : "Material for detail sprites to use for drawing detail props"
|
||||||
vscriptlanguage(choices) : "VScript language" : 0 : "Sets the script language this map should use for entity scripts." =
|
vscriptlanguage(choices) : "VScript language" : 0 : "Sets the script language this map should use for entity scripts." =
|
||||||
[
|
[
|
||||||
|
-1 : "None (Disable VScript)"
|
||||||
0 : "Default (Squirrel)"
|
0 : "Default (Squirrel)"
|
||||||
//1 : "GameMonkey (Unsupported)"
|
//1 : "GameMonkey (Unsupported)"
|
||||||
2 : "Squirrel"
|
2 : "Squirrel"
|
||||||
|
Loading…
Reference in New Issue
Block a user