mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added VScript clientside language keyvalue
This commit is contained in:
parent
84b7847b33
commit
024b902037
12
base.fgd
12
base.fgd
@ -1093,7 +1093,7 @@
|
||||
minpropscreenwidth(float) : "End Fade Pixels" : 0 : "Minimum number of pixels wide at which the prop is visible (0 = don't fade out). This number is ignored if the prop has a specific fade distance specified."
|
||||
detailvbsp(string) : "Detail.vbsp file" : "detail.vbsp" : "Detail.vbsp file to use for emitting detail props (found in directory <root>/modname)"
|
||||
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 (Server)" : 0 : "Sets the script language this map should use for entity scripts on the server." =
|
||||
[
|
||||
-1 : "None (Disable VScript)"
|
||||
0 : "Default (Squirrel)"
|
||||
@ -1102,6 +1102,16 @@
|
||||
//3 : "Lua (Unsupported)"
|
||||
//4 : "Python (Unsupported)"
|
||||
]
|
||||
vscriptlanguage_client(choices) : "VScript language (Client)" : -2 : "Sets the script language this map should use for entity scripts on the client." =
|
||||
[
|
||||
-2 : "Use Server language"
|
||||
-1 : "None (Disable VScript)"
|
||||
0 : "Default (Squirrel)"
|
||||
//1 : "GameMonkey (Unsupported)"
|
||||
2 : "Squirrel"
|
||||
//3 : "Lua (Unsupported)"
|
||||
//4 : "Python (Unsupported)"
|
||||
]
|
||||
startdark(choices) : "Level Fade In" : 0 =
|
||||
[
|
||||
0 : "No"
|
||||
|
Loading…
Reference in New Issue
Block a user