Difference between revisions of "Action Global"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the Action Global class)
 
(Documentation for the Action Global class)
 
Line 7: Line 7:
 
::
 
::
 
::Queues an action to be handled later (useful when waiting for the server to deliver something)
 
::Queues an action to be handled later (useful when waiting for the server to deliver something)
 +
 +
:{{CSharp|void ScreenCapture(int width, int height, JSFlexibleFunction callback)}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Latest revision as of 14:16, 18 January 2019

  • This is a JavaScript global object named Action

Remarks [edit]

Methods

void Queue(JSFlexibleFunction callback, float delaySeconds = 0.0)
Queues an action to be handled later (useful when waiting for the server to deliver something)
void ScreenCapture(int width, int height, JSFlexibleFunction callback)