Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function StringToHash(name: string): int;
static int StringToHash(string name);
static def StringToHash(name as string) as int

Parameters

nameThe string to convert to Id.

Description

Generates an parameter id from a string.

Ids are used for optimized setters and getters on parameters.