setSightType: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function setSightType== Sets the type of sight that the Current Token has. ===Usage=== <source lang="mtmacro" line> [h: macros = setSightType()]...) |
No edit summary |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
= | {{stub}} | ||
{{MacroFunction | |||
|name=setSightType | |||
|version=1.3b48 | |||
|description= | |||
Sets the type of [[Introduction to Tokens#Has Sight|sight]] that the [[Current Token]] has. | |||
|usage= | |||
<syntaxhighlight lang="mtmacro" line> | |||
setSightType(type) | |||
setSightType(type, id) | |||
setSightType(type, id, mapRef) | |||
</syntaxhighlight> | |||
= | '''Parameters''' | ||
{{param|type|The type of sight to set.}} | |||
[ | {{param|id|The {{code|id}} of the token to set the [[Introduction to Lights and Sights#Sight Types|sight]]. Defaults to the [[Current Token]]. {{TrustedParameter}} }} | ||
{{param|mapRef|The Name or ID of the map to find the token. Defaults to the current map.}} | |||
|changes= | |||
{{change|1.5.4|Added {{code|id}} and {{code|mapname}} parameter options.}} | |||
}} | |||
[[Category:Sight Function]] | |||
[[Category:Token Function]] |
Latest revision as of 23:59, 27 April 2023
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
setSightType() Function
• Introduced in version 1.3b48
Sets the type of sight that the Current Token has.
Usage
setSightType(type)
setSightType(type, id)
setSightType(type, id, mapRef)
Parameters
type
- The type of sight to set.id
- Theid
of the token to set the sight. Defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
mapRef
- The Name or ID of the map to find the token. Defaults to the current map.
Version Changes
- 1.5.4 - Added
id
andmapname
parameter options.