GET OFFSET FROM CHAR IN WORLD COORDS
								
								Jump to navigation
				Jump to search
				
					
								
							
		| Number of parameters: 7 | ||
|---|---|---|
| Parameter # | Type | Description | 
| 1. | handle | char handle | 
| 2. | float | offset X value | 
| 3. | float | offset Y value | 
| 4. | float | offset Z value | 
| 5. | float | variable to store X pos | 
| 6. | float | variable to store Y pos | 
| 7. | float | variable to store Z pos | 
| Return value: | ||
| Type | Description | |
| None | ||
This function will get the x,y,z coordinates of the character in P1, with the offsets in P2 P3 and P4, and store them to variables.

