Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AttachPoint.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8{
9 proto external void Set(string boneName, vector offsetInBoneSpace[4]);
10 proto external void GetLocalTransform(notnull IEntity owner, out vector outMat[4]);
12 proto external vector GetLocalTransformAxis(notnull IEntity owner, int axis);
13 proto external void GetWorldTransform(notnull IEntity owner, out vector outMat[4]);
15 proto external vector GetWorldTransformAxis(notnull IEntity owner, int axis);
16}