ConvertMouseButtonType
- Parameters
-
i integer
The integer representation of the mousebuttontype.
- comment
Returns the mousebuttontype that corresponds to the given integer.
- patch
1.29
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- return type
mousebuttontype
- Source code
constant native ConvertMouseButtonType takes integer i returns mousebuttontype
- Source
- common.j
- wc3modding.com
- ConvertMouseButtonType