Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PointInfo.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8class PointInfo: ScriptAndConfig
9{
10 void PointInfo();
11
12 proto external void Init(IEntity owner);
13 proto external IEntity GetOwner();
14 proto external void Set(IEntity owner, string boneName, vector matInOwnerSpace[4]);
15 proto external void GetTransform(out vector outMat[4]);
16 proto external void GetModelTransform(out vector outMat[4]);
18 proto external void GetWorldTransform(out vector outMat[4]);
19 proto external void GetLocalTransform(out vector outMat[4]);
20 proto external vector GetTransformAxis(int axis);
21 proto external vector GetWorldTransformAxis(int axis);
22 proto external vector GetModelTransformAxis(int axis);
23 proto external vector GetLocalTransformAxis(int axis);
24 proto external void GetTransformNode(out vector outMat[4]);
25 proto external string GetBoneName();
26 proto external int GetNodeId();
27}
override void Init()
string GetBoneName()
IEntity GetOwner()
Owner entity of the fuel tank.