pubstaticmutrustGetPlayerKillerRefNumIndex: fn(c_ushort)-> c_uint=|_|{unreachable!("GetPlayerKillerRefNumIndex was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGenerateRandomString: fn(c_uint)-> *constc_char=|_|{unreachable!("GenerateRandomString was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetSHA256Hash: fn(*constc_char)-> *constc_char=|_|{unreachable!("GetSHA256Hash was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetLastPlayerId: fn()-> c_uint=||{unreachable!("GetLastPlayerId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetCurrentMpNum: fn()-> c_int=||{unreachable!("GetCurrentMpNum was called before set by TES3MP");};
@ -475,14 +471,20 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustClearJournalChanges: fn(c_ushort)=|_|{unreachable!("ClearJournalChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearKillChanges: fn(c_ushort)=|_|{unreachable!("ClearKillChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetJournalChangesSize: fn(c_ushort)-> c_uint=|_|{unreachable!("GetJournalChangesSize was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillChangesSize: fn(c_ushort)-> c_uint=|_|{unreachable!("GetKillChangesSize was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddJournalEntry: fn(c_ushort,*constc_char,c_uint,*constc_char)=|_,_,_,_|{unreachable!("AddJournalEntry was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddJournalEntryWithTimestamp: fn(c_ushort,*constc_char,c_uint,*constc_char,c_uint,c_uint,c_uint)=|_,_,_,_,_,_,_|{unreachable!("AddJournalEntryWithTimestamp was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddJournalIndex: fn(c_ushort,*constc_char,c_uint)=|_,_,_|{unreachable!("AddJournalIndex was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddKill: fn(c_ushort,*constc_char,c_int)=|_,_,_|{unreachable!("AddKill was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetReputation: fn(c_ushort,c_int)=|_,_|{unreachable!("SetReputation was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetJournalItemQuest: fn(c_ushort,c_uint)-> *constc_char=|_,_|{unreachable!("GetJournalItemQuest was called before set by TES3MP");};
@ -493,14 +495,22 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustGetJournalItemActorRefId: fn(c_ushort,c_uint)-> *constc_char=|_,_|{unreachable!("GetJournalItemActorRefId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillRefId: fn(c_ushort,c_uint)-> *constc_char=|_,_|{unreachable!("GetKillRefId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillNumber: fn(c_ushort,c_uint)-> c_int=|_,_|{unreachable!("GetKillNumber was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetReputation: fn(c_ushort)-> c_int=|_|{unreachable!("GetReputation was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendJournalChanges: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendJournalChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendKillChanges: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendKillChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendReputation: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendReputation was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustInitializeJournalChanges: fn(c_ushort)=|_|{unreachable!("InitializeJournalChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustInitializeKillChanges: fn(c_ushort)=|_|{unreachable!("InitializeKillChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearRecords: fn()=||{unreachable!("ClearRecords was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetRecordType: fn()-> c_ushort=||{unreachable!("GetRecordType was called before set by TES3MP");};
@ -589,16 +599,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustSetRecordWeight: fn(c_double)=|_|{unreachable!("SetRecordWeight was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordQuality: fn(c_double)=|_|{unreachable!("SetRecordQuality was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordUses: fn(c_int)=|_|{unreachable!("SetRecordUses was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordTime: fn(c_int)=|_|{unreachable!("SetRecordTime was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordRadius: fn(c_int)=|_|{unreachable!("SetRecordRadius was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordColor: fn(c_uint,c_uint,c_uint)=|_,_,_|{unreachable!("SetRecordColor was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordArmorRating: fn(c_int)=|_|{unreachable!("SetRecordArmorRating was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordHealth: fn(c_int)=|_|{unreachable!("SetRecordHealth was called before set by TES3MP");};
@ -633,10 +633,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustSetRecordFaction: fn(*constc_char)=|_|{unreachable!("SetRecordFaction was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordScale: fn(c_double)=|_|{unreachable!("SetRecordScale was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordBloodType: fn(c_int)=|_|{unreachable!("SetRecordBloodType was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordLevel: fn(c_int)=|_|{unreachable!("SetRecordLevel was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordMagicka: fn(c_int)=|_|{unreachable!("SetRecordMagicka was called before set by TES3MP");};
@ -645,20 +641,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustSetRecordAIFight: fn(c_int)=|_|{unreachable!("SetRecordAIFight was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordAIFlee: fn(c_int)=|_|{unreachable!("SetRecordAIFlee was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordAIAlarm: fn(c_int)=|_|{unreachable!("SetRecordAIAlarm was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordAIServices: fn(c_int)=|_|{unreachable!("SetRecordAIServices was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordSound: fn(*constc_char)=|_|{unreachable!("SetRecordSound was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordOpenSound: fn(*constc_char)=|_|{unreachable!("SetRecordOpenSound was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordCloseSound: fn(*constc_char)=|_|{unreachable!("SetRecordCloseSound was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordScriptText: fn(*constc_char)=|_|{unreachable!("SetRecordScriptText was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordIdByIndex: fn(c_uint,*constc_char)=|_,_|{unreachable!("SetRecordIdByIndex was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetRecordEnchantmentIdByIndex: fn(c_uint,*constc_char)=|_,_|{unreachable!("SetRecordEnchantmentIdByIndex was called before set by TES3MP");};
@ -1023,10 +1005,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustGetVideoFilename: fn(c_uint)-> *constc_char=|_|{unreachable!("GetVideoFilename was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetScriptVariableName: fn(c_uint)-> *constc_char=|_|{unreachable!("GetScriptVariableName was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetScriptVariableShortValue: fn(c_uint)-> c_int=|_|{unreachable!("GetScriptVariableShortValue was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetContainerChangesSize: fn(c_uint)-> c_uint=|_|{unreachable!("GetContainerChangesSize was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetContainerItemRefId: fn(c_uint,c_uint)-> *constc_char=|_,_|{unreachable!("GetContainerItemRefId was called before set by TES3MP");};
@ -1093,10 +1071,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustSetObjectDoorDestinationRotation: fn(c_double,c_double)=|_,_|{unreachable!("SetObjectDoorDestinationRotation was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetScriptVariableName: fn(*constc_char)=|_|{unreachable!("SetScriptVariableName was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetScriptVariableShortValue: fn(c_int)=|_|{unreachable!("SetScriptVariableShortValue was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetPlayerAsObject: fn(c_ushort)=|_|{unreachable!("SetPlayerAsObject was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSetContainerItemRefId: fn(*constc_char)=|_|{unreachable!("SetContainerItemRefId was called before set by TES3MP");};
@ -1139,8 +1113,6 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustSendVideoPlay: fn(bool,bool)=|_,_|{unreachable!("SendVideoPlay was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendScriptGlobalShort: fn(bool,bool)=|_,_|{unreachable!("SendScriptGlobalShort was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendConsoleCommand: fn(bool,bool)=|_,_|{unreachable!("SendConsoleCommand was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustReadLastObjectList: fn()=||{unreachable!("ReadLastObjectList was called before set by TES3MP");};
@ -1177,18 +1149,10 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustCopyReceivedWorldstateToStore: fn()=||{unreachable!("CopyReceivedWorldstateToStore was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearKillChanges: fn()=||{unreachable!("ClearKillChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearMapChanges: fn()=||{unreachable!("ClearMapChanges was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillChangesSize: fn()-> c_uint=||{unreachable!("GetKillChangesSize was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetMapChangesSize: fn()-> c_uint=||{unreachable!("GetMapChangesSize was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillRefId: fn(c_uint)-> *constc_char=|_|{unreachable!("GetKillRefId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetKillNumber: fn(c_uint)-> c_int=|_|{unreachable!("GetKillNumber was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetWeatherRegion: fn()-> *constc_char=||{unreachable!("GetWeatherRegion was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustGetWeatherCurrent: fn()-> c_int=||{unreachable!("GetWeatherCurrent was called before set by TES3MP");};
@ -1237,28 +1201,14 @@ pub mod raw {
#[no_mangle]
pubstaticmutrustUseActorCollisionForPlacedObjects: fn(bool)=|_|{unreachable!("UseActorCollisionForPlacedObjects was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddKill: fn(*constc_char,c_int)=|_,_|{unreachable!("AddKill was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddSynchronizedClientScriptId: fn(*constc_char)=|_|{unreachable!("AddSynchronizedClientScriptId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddSynchronizedClientGlobalId: fn(*constc_char)=|_|{unreachable!("AddSynchronizedClientGlobalId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustAddEnforcedCollisionRefId: fn(*constc_char)=|_|{unreachable!("AddEnforcedCollisionRefId was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearSynchronizedClientScriptIds: fn()=||{unreachable!("ClearSynchronizedClientScriptIds was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearSynchronizedClientGlobalIds: fn()=||{unreachable!("ClearSynchronizedClientGlobalIds was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustClearEnforcedCollisionRefIds: fn()=||{unreachable!("ClearEnforcedCollisionRefIds was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSaveMapTileImageFile: fn(c_uint,*constc_char)=|_,_|{unreachable!("SaveMapTileImageFile was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustLoadMapTileImageFile: fn(c_int,c_int,*constc_char)=|_,_,_|{unreachable!("LoadMapTileImageFile was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendClientScriptSettings: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendClientScriptSettings was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendWorldKillCount: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendWorldKillCount was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendWorldMap: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendWorldMap was called before set by TES3MP");};
#[no_mangle]
pubstaticmutrustSendWorldTime: fn(c_ushort,bool,bool)=|_,_,_|{unreachable!("SendWorldTime was called before set by TES3MP");};