Beispiel #1
0
        public void Configure(SpaceJS.Block js)
        {
            this.js = js;

            grid = MyAPIGateway.TerminalActionsHelper.GetTerminalSystemForGrid(js.cb.CubeGrid);

            FastAddProperty("get", new ClrFunctionInstance(Engine, "get", GetBlock), true, false, true);
        }
Beispiel #2
0
        public void Configure(SpaceJS.Block js)
        {
            this.js = js;

            FastAddProperty("applyAction", new ClrFunctionInstance(Engine, "applyAction", ApplyAction), true, false, true);
        }