Rail3D*

   

 

Lever Frame



On this page…

  1. 1 Entry Points
  2. 2 General Functions

An object representing a lever frame and allowing a script to respond to and interact with a lever frame.

1 Entry Points

OnLever()

Function is called whenever a lever in the lever frame is operated.

2 General Functions

These functions are deprecated, from #101.2 scripts should use Document.GetCurrentNode(); etc

signal GetSig(int x,int y);
signal GetSigByID(string);
node GetNode(float x,float y);
node GetCurrentNode(void);


import