macros:identifier:handle
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
macros:identifier:handle [2018/06/19 15:34] – ↷ Links adapted because of a move operation icke_siegen | macros:identifier:handle [2024/08/24 08:50] (current) – icke_siegen | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Types/ | + | Identifiers |
====== Handle ====== | ====== Handle ====== | ||
Line 7: | Line 7: | ||
>>> | >>> | ||
- | As such, a handle has at minimum these properties: | + | As such, a handle has at minimum these properties |
* the [[macros: | * the [[macros: | ||
- | * the [[macros:types: | + | * the [[macros:identifier: |
- | * the [[macros:types: | + | * the [[macros:identifier: |
These properties can also be used to identify a particular handle, e.g. to retrieve its other values, to store something onto it, or to delete its contents. | These properties can also be used to identify a particular handle, e.g. to retrieve its other values, to store something onto it, or to delete its contents. | ||
Line 30: | Line 30: | ||
==== select by location ==== | ==== select by location ==== | ||
- | More details for [[macros:types: | + | More details for [[macros:identifier: |
<code xml> | <code xml> | ||
Line 36: | Line 36: | ||
</ | </ | ||
- | This calls the function [[macros: | + | This calls the function [[macros: |
In general, location is passed as string, with strict formating: | In general, location is passed as string, with strict formating: | ||
Line 60: | Line 60: | ||
==== select by userNumber ==== | ==== select by userNumber ==== | ||
- | More details for [[macros:types: | + | More details for [[macros:identifier: |
<code xml> | <code xml> | ||
Line 66: | Line 66: | ||
</ | </ | ||
- | This calls the function [[macros: | + | This calls the function [[macros: |
Here, the userNumber is passed like this: | Here, the userNumber is passed like this: | ||
Line 73: | Line 73: | ||
Technically, | Technically, | ||
+ | |||
+ | Another hint http:// | ||
+ | |||
+ | >You cannot use the userNumber cast for the IsClaimed function as Handles is used for all types of handles and therefore it doesn’t know to what type of handle the user number pertains. | ||
+ | |||
+ | Handles.IsClaimed(userNumber: | ||
+ | |||
+ | does not work but | ||
+ | |||
+ | Handles.IsClaimed(" | ||
+ | | ||
+ | does. | ||
== Also used in == | == Also used in == |
macros/identifier/handle.1529422449.txt.gz · Last modified: 2018/06/19 15:34 (external edit)