INeonRemoteCalls

These calls are always invoked via the RemoteCalls interface:

host.RemoteCalls.RatingToString(153);

 

Categories


INeonScriptDatabase

These calls are always invoked via the Database interface:
host.Database.AddFiles(...)

Categories


INeonScriptHost

These calls are invoked directly against the host object:

 

host.UpdateProgress("my status");

Categories

 


Models