Difference between revisions of "SetResource"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Category:Resource_Functions {{HelpFiles}} = setResource = == Syntax == setResource(string resourceGUID); == Arguments == ''resourceGUID'': string. == Return type...")
 
Line 3: Line 3:
 
{{HelpFiles}}  
 
{{HelpFiles}}  
  
= setResource =
+
It is used to set the resource used in
 
+
      getBoolConstant,
 +
      getBooleanConstant,
 +
      getNumberConstant,
 +
      getStringConstant,
 +
      getDateTimeConstant,
 +
      getSingleConstant,
 +
      getSingleConstantSelectedText,
 +
      getMultiConstant,
 +
      getMultiConstantSelectedTexts,
 +
if none is given as parameter
 +
''REALLY SHOULD REMOVE THAT FUNCTION, SINCE PROBABLY NOONE EVER USED IT''
  
  

Revision as of 07:03, 27 July 2018



It is used to set the resource used in

      getBoolConstant,
      getBooleanConstant,
      getNumberConstant,
      getStringConstant,
      getDateTimeConstant,
      getSingleConstant,
      getSingleConstantSelectedText,
      getMultiConstant,
      getMultiConstantSelectedTexts,

if none is given as parameter REALLY SHOULD REMOVE THAT FUNCTION, SINCE PROBABLY NOONE EVER USED IT


Syntax

setResource(string resourceGUID);

Arguments

resourceGUID: string.

Return type

Empty

Example

setResource("F04731D2-23A7-4877-BE75-6E8C027E3B4E");