Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TxaExporter.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7#ifdef WORKBENCH
8
9class TxaExporter
10{
11 proto external TxaErrCode LoadProfiles(string pProfilesPath);
12 proto external int GetNumProfiles();
13 proto external int GetProfileIndex(string profileName);
14 proto external string GetProfileName(int profileIndex);
15 proto external int GetProfileChannelCount(int profileIndex);
16 proto external string GetProfileChannelName(int profileIndex, int trackIndex);
17 proto external string GetProfileChannelGenFn(int profileIndex, int trackIndex);
18 proto external TxaErrCode TrackReset(int profileIndex, int nKeyframes, int fps, string sourceFile, string targetFile);
19 proto external TxaErrCode TrackLoad(string fileName, string hintSourceFileName);
20 proto external TxaErrCode TrackSetChannels(int nChannels, int nKeyframes, notnull array<float> pKeyframeData, notnull array<float> pDiffTgData);
21 proto external int TrackGetEventCount();
22 proto external BaseContainer TrackGetEvent(int index);
23 proto external BaseContainer TrackEditEvent(int index);
24 proto external TxaErrCode TrackAddGenericEvent();
25 proto external TxaErrCode TrackAddAudioEvent();
26 proto external TxaErrCode TrackAddWeightedEvent();
27 proto external TxaErrCode TrackEraseEvent(int index);
28 proto external TxaErrCode TrackClearCustomProperties();
29 proto external TxaErrCode TrackSetCustomProperty(string name, string value);
30 proto external string TrackGetCustomProperty(string name);
31 proto external TxaErrCode TrackExport();
32 proto external TxaErrCode ErrCode();
33 proto external string ErrMsg();
34}
35
36#endif // WORKBENCH
TxaErrCode
Definition AnimExport.c:2
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index