Difference between revisions of "MIST hex hashToHex"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Mission Scripting |fName= mist.hex.hashTohex| |vNum = Mist 4.6 |desc= Converts a string of "q r s" into a {q, r, s} table. Useful for taking a stored string value and...") |
(No difference)
|
Latest revision as of 01:25, 1 September 2026
mist.hex.hashTohex
| Added with: Mist 4.6 |
| Description |
| Converts a string of "q r s" into a {q, r, s} table.
Useful for taking a stored string value and converting it back into a table for use with the mist.hex functions |
| Syntax |
| table mist.hex.hashTohex(string hashedQRS ) |
| Valid Input Values: |
| Return value: |
| table |
| Return example: |
| Usage Examples: |
| Notes: |
| Related Functions |
| to, getRadius, setRadius, add, subtract,scale, rotate_left, rotate_right, neighbor, getNeighborCount, diagonalNeighbor, length, distance, round, lerp, cubeScale, cubeRing, cubeSpiral, lineDraw, cubeToAxial, axialToCube, pointToHex, makeVek2, makeVec3, makeVec3GL, hash, hashToHex, draw |
