mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
WIP: port alien swarm and extend engine for asw
This commit is contained in:
15
vscript/languages/squirrel/sqdbg/testscripts/test.nut
Normal file
15
vscript/languages/squirrel/sqdbg/testscripts/test.nut
Normal file
@@ -0,0 +1,15 @@
|
||||
//loads an external file
|
||||
dofile("utils\\coMmons.nut");
|
||||
|
||||
//declares some locals
|
||||
local x=10;
|
||||
local y="asd"
|
||||
local testy=function(){return 0;}
|
||||
|
||||
|
||||
while(1)
|
||||
{
|
||||
local ret;
|
||||
ret = TestFunc("param 1","param 2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user