Using Custom Code Library from Other Sources
-
Using the Custom Code Library from Forsta Script Code
To use your Custom Code Library from your code, you simply call the methods with ClassName.MethodName(..). For example CustomCodeLibrary.GetCurrentPID(). You...
-
Using the Custom Code Library from DP Action Script
To use your Custom Code Library from your Action Script code, you simply call the methods with ClassName.MethodName(..). For example DPccl.HelloWorld(). You ...