Initial archive: 15 SCORM modules + 9 PDFs - LFS Sachsen L363 CBRN-Erkundung
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -0,0 +1,15 @@
|
||||
function ExecuteScript(strId)
|
||||
{
|
||||
switch (strId)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
window.InitExecuteScripts = function()
|
||||
{
|
||||
var player = GetPlayer();
|
||||
var object = player.object;
|
||||
var addToTimeline = player.addToTimeline;
|
||||
var setVar = player.SetVar;
|
||||
var getVar = player.GetVar;
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
window.InitUserScripts = function()
|
||||
{
|
||||
var player = GetPlayer();
|
||||
var object = player.object;
|
||||
var addToTimeline = player.addToTimeline;
|
||||
var setVar = player.SetVar;
|
||||
var getVar = player.GetVar;
|
||||
};
|
||||
Reference in New Issue
Block a user