Difference between revisions of "modelToWorldVisual"
Jump to navigation
Jump to search
Skaronator (talk | contribs) |
Killzone Kid (talk | contribs) (syntax) |
||
Line 16: | Line 16: | ||
|p1= object: [[Object]] |= Parameter 1 | |p1= object: [[Object]] |= Parameter 1 | ||
− | |p2= modelPos: [[Array]] - [x,y,z] offset relative to the model centre |= Parameter 2 | + | |p2= modelPos: [[Array]] - in format [[PositionRelative]] ([x,y,z] offset relative to the model centre) |= Parameter 2 |
− | | [[Array]] - world position in format [[ | + | | [[Array]] - world position in format [[PositionAGL]] |= Return value |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_aboveAndBehindPlayer = [[player]] [[modelToWorldVisual]] [0,-1,3];</code> | |x1= <code>_aboveAndBehindPlayer = [[player]] [[modelToWorldVisual]] [0,-1,3];</code> |