Squirrel/Server/Functions/Scripts/RegisterRemoteFunc

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
{{REGISTERREMOTEFUNC}}
+
{{Squirrel|RegisterRemoteFunc}}
 
<div style="border:1px solid #a3bfb1; background:#DFFFDF; width:99%; padding:4px; margin-bottom:10px">
 
<div style="border:1px solid #a3bfb1; background:#DFFFDF; width:99%; padding:4px; margin-bottom:10px">
 
<div style="border:1px solid #a3bfb1; background:#EFFFEF; width:99%; padding:4px">
 
<div style="border:1px solid #a3bfb1; background:#EFFFEF; width:99%; padding:4px">

Revision as of 21:36, 4 August 2014

Template:Squirrel

This function register a function to be called from client side.


Syntax

  1. RegisterRemoteFunc ( String Function )


Arguments

  • Client-Side String Function: A function.


Examples

  1.  
  2. function onScriptLoad ( ) {
  3.  
  4. RegisterRemoteFunc ( "Hello" );
  5. }
  6.  
  7. function Hello {
  8.  
  9. // Own script
  10. }
  11.  
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox