Difference between revisions of "FIND STREET NAME AT POSITION"
Jump to navigation
Jump to search
Letsplayordy (talk | contribs) (Created page with "{{Native |game = 4 |noheader = 0 |np = 5 |p1t = float |p1d = x |p2t = float |p2d = y |p3t = float |p3d = z |p4t = unsigned integer...") |
Letsplayordy (talk | contribs) |
||
Line 16: | Line 16: | ||
}} | }} | ||
− | This native will give you two hashes for the street you are on. To convert the hashes to strings, use the [[GET_STRING_FROM_HASH_KEY]] native. | + | This native will give you two hashes for the street you are on (''parameters 4 and 5''). To convert the hashes to strings, use the [[GET_STRING_FROM_HASH_KEY]] native. |
Latest revision as of 13:28, 26 August 2014
Number of parameters: 5 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | x |
2. | float | y |
3. | float | z |
4. | unsigned integer | variable to store place 1 |
5. | unsigned integer | variable to store place 2 |
Return value: | ||
Type | Description | |
None |
This native will give you two hashes for the street you are on (parameters 4 and 5). To convert the hashes to strings, use the GET_STRING_FROM_HASH_KEY native.