|
|
@ -1,124 +1,15 @@
|
|
|
|
#ifndef OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|
#ifndef OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|
#define OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|
#define OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|
|
|
|
|
|
|
|
|
#include "../Types.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "../api.h"
|
|
|
|
#include "../api.h"
|
|
|
|
|
|
|
|
|
|
|
|
#define RECORDSDYNAMICAPI \
|
|
|
|
|
|
|
|
{"ClearRecords", RecordsDynamicFunctions::ClearRecords},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"GetRecordType", RecordsDynamicFunctions::GetRecordType},\
|
|
|
|
|
|
|
|
{"GetRecordCount", RecordsDynamicFunctions::GetRecordCount},\
|
|
|
|
|
|
|
|
{"GetRecordEffectCount", RecordsDynamicFunctions::GetRecordEffectCount},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"GetRecordId", RecordsDynamicFunctions::GetRecordId},\
|
|
|
|
|
|
|
|
{"GetRecordBaseId", RecordsDynamicFunctions::GetRecordBaseId},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"GetRecordSubtype", RecordsDynamicFunctions::GetRecordSubtype},\
|
|
|
|
|
|
|
|
{"GetRecordName", RecordsDynamicFunctions::GetRecordName},\
|
|
|
|
|
|
|
|
{"GetRecordModel", RecordsDynamicFunctions::GetRecordModel},\
|
|
|
|
|
|
|
|
{"GetRecordIcon", RecordsDynamicFunctions::GetRecordIcon},\
|
|
|
|
|
|
|
|
{"GetRecordScript", RecordsDynamicFunctions::GetRecordScript},\
|
|
|
|
|
|
|
|
{"GetRecordEnchantmentId", RecordsDynamicFunctions::GetRecordEnchantmentId},\
|
|
|
|
|
|
|
|
{"GetRecordEnchantmentCharge", RecordsDynamicFunctions::GetRecordEnchantmentCharge},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"GetRecordAutoCalc", RecordsDynamicFunctions::GetRecordAutoCalc},\
|
|
|
|
|
|
|
|
{"GetRecordCharge", RecordsDynamicFunctions::GetRecordCharge},\
|
|
|
|
|
|
|
|
{"GetRecordCost", RecordsDynamicFunctions::GetRecordCost},\
|
|
|
|
|
|
|
|
{"GetRecordFlags", RecordsDynamicFunctions::GetRecordFlags},\
|
|
|
|
|
|
|
|
{"GetRecordValue", RecordsDynamicFunctions::GetRecordValue},\
|
|
|
|
|
|
|
|
{"GetRecordWeight", RecordsDynamicFunctions::GetRecordWeight},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"GetRecordEffectId", RecordsDynamicFunctions::GetRecordEffectId},\
|
|
|
|
|
|
|
|
{"GetRecordEffectAttribute", RecordsDynamicFunctions::GetRecordEffectAttribute},\
|
|
|
|
|
|
|
|
{"GetRecordEffectSkill", RecordsDynamicFunctions::GetRecordEffectSkill},\
|
|
|
|
|
|
|
|
{"GetRecordEffectRangeType", RecordsDynamicFunctions::GetRecordEffectRangeType},\
|
|
|
|
|
|
|
|
{"GetRecordEffectArea", RecordsDynamicFunctions::GetRecordEffectArea},\
|
|
|
|
|
|
|
|
{"GetRecordEffectDuration", RecordsDynamicFunctions::GetRecordEffectDuration},\
|
|
|
|
|
|
|
|
{"GetRecordEffectMagnitudeMax", RecordsDynamicFunctions::GetRecordEffectMagnitudeMax},\
|
|
|
|
|
|
|
|
{"GetRecordEffectMagnitudeMin", RecordsDynamicFunctions::GetRecordEffectMagnitudeMin},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordType", RecordsDynamicFunctions::SetRecordType},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordId", RecordsDynamicFunctions::SetRecordId},\
|
|
|
|
|
|
|
|
{"SetRecordBaseId", RecordsDynamicFunctions::SetRecordBaseId},\
|
|
|
|
|
|
|
|
{"SetRecordInventoryBaseId", RecordsDynamicFunctions::SetRecordInventoryBaseId},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordSubtype", RecordsDynamicFunctions::SetRecordSubtype},\
|
|
|
|
|
|
|
|
{"SetRecordName", RecordsDynamicFunctions::SetRecordName},\
|
|
|
|
|
|
|
|
{"SetRecordModel", RecordsDynamicFunctions::SetRecordModel},\
|
|
|
|
|
|
|
|
{"SetRecordIcon", RecordsDynamicFunctions::SetRecordIcon},\
|
|
|
|
|
|
|
|
{"SetRecordScript", RecordsDynamicFunctions::SetRecordScript},\
|
|
|
|
|
|
|
|
{"SetRecordEnchantmentId", RecordsDynamicFunctions::SetRecordEnchantmentId},\
|
|
|
|
|
|
|
|
{"SetRecordEnchantmentCharge", RecordsDynamicFunctions::SetRecordEnchantmentCharge},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordAutoCalc", RecordsDynamicFunctions::SetRecordAutoCalc},\
|
|
|
|
|
|
|
|
{"SetRecordCharge", RecordsDynamicFunctions::SetRecordCharge},\
|
|
|
|
|
|
|
|
{"SetRecordCost", RecordsDynamicFunctions::SetRecordCost},\
|
|
|
|
|
|
|
|
{"SetRecordFlags", RecordsDynamicFunctions::SetRecordFlags},\
|
|
|
|
|
|
|
|
{"SetRecordValue", RecordsDynamicFunctions::SetRecordValue},\
|
|
|
|
|
|
|
|
{"SetRecordWeight", RecordsDynamicFunctions::SetRecordWeight},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordArmorRating", RecordsDynamicFunctions::SetRecordArmorRating},\
|
|
|
|
|
|
|
|
{"SetRecordHealth", RecordsDynamicFunctions::SetRecordHealth},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordDamageChop", RecordsDynamicFunctions::SetRecordDamageChop},\
|
|
|
|
|
|
|
|
{"SetRecordDamageSlash", RecordsDynamicFunctions::SetRecordDamageSlash},\
|
|
|
|
|
|
|
|
{"SetRecordDamageThrust", RecordsDynamicFunctions::SetRecordDamageThrust},\
|
|
|
|
|
|
|
|
{"SetRecordReach", RecordsDynamicFunctions::SetRecordReach},\
|
|
|
|
|
|
|
|
{"SetRecordSpeed", RecordsDynamicFunctions::SetRecordSpeed},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordKeyState", RecordsDynamicFunctions::SetRecordKeyState},\
|
|
|
|
|
|
|
|
{"SetRecordScrollState", RecordsDynamicFunctions::SetRecordScrollState},\
|
|
|
|
|
|
|
|
{"SetRecordSkillId", RecordsDynamicFunctions::SetRecordSkillId},\
|
|
|
|
|
|
|
|
{"SetRecordText", RecordsDynamicFunctions::SetRecordText},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordHair", RecordsDynamicFunctions::SetRecordHair},\
|
|
|
|
|
|
|
|
{"SetRecordHead", RecordsDynamicFunctions::SetRecordHead},\
|
|
|
|
|
|
|
|
{"SetRecordGender", RecordsDynamicFunctions::SetRecordGender},\
|
|
|
|
|
|
|
|
{"SetRecordRace", RecordsDynamicFunctions::SetRecordRace},\
|
|
|
|
|
|
|
|
{"SetRecordClass", RecordsDynamicFunctions::SetRecordClass},\
|
|
|
|
|
|
|
|
{"SetRecordFaction", RecordsDynamicFunctions::SetRecordFaction},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordLevel", RecordsDynamicFunctions::SetRecordLevel},\
|
|
|
|
|
|
|
|
{"SetRecordMagicka", RecordsDynamicFunctions::SetRecordMagicka},\
|
|
|
|
|
|
|
|
{"SetRecordFatigue", RecordsDynamicFunctions::SetRecordFatigue},\
|
|
|
|
|
|
|
|
{"SetRecordAIFight", RecordsDynamicFunctions::SetRecordAIFight},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordIdByIndex", RecordsDynamicFunctions::SetRecordIdByIndex},\
|
|
|
|
|
|
|
|
{"SetRecordEnchantmentIdByIndex", RecordsDynamicFunctions::SetRecordEnchantmentIdByIndex},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordEffectId", RecordsDynamicFunctions::SetRecordEffectId},\
|
|
|
|
|
|
|
|
{"SetRecordEffectAttribute", RecordsDynamicFunctions::SetRecordEffectAttribute},\
|
|
|
|
|
|
|
|
{"SetRecordEffectSkill", RecordsDynamicFunctions::SetRecordEffectSkill},\
|
|
|
|
|
|
|
|
{"SetRecordEffectRangeType", RecordsDynamicFunctions::SetRecordEffectRangeType},\
|
|
|
|
|
|
|
|
{"SetRecordEffectArea", RecordsDynamicFunctions::SetRecordEffectArea},\
|
|
|
|
|
|
|
|
{"SetRecordEffectDuration", RecordsDynamicFunctions::SetRecordEffectDuration},\
|
|
|
|
|
|
|
|
{"SetRecordEffectMagnitudeMax", RecordsDynamicFunctions::SetRecordEffectMagnitudeMax},\
|
|
|
|
|
|
|
|
{"SetRecordEffectMagnitudeMin", RecordsDynamicFunctions::SetRecordEffectMagnitudeMin},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordBodyPartType", RecordsDynamicFunctions::SetRecordBodyPartType},\
|
|
|
|
|
|
|
|
{"SetRecordBodyPartIdForMale", RecordsDynamicFunctions::SetRecordBodyPartIdForMale},\
|
|
|
|
|
|
|
|
{"SetRecordBodyPartIdForFemale", RecordsDynamicFunctions::SetRecordBodyPartIdForFemale},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SetRecordInventoryItemId", RecordsDynamicFunctions::SetRecordInventoryItemId},\
|
|
|
|
|
|
|
|
{"SetRecordInventoryItemCount", RecordsDynamicFunctions::SetRecordInventoryItemCount},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"AddRecord", RecordsDynamicFunctions::AddRecord},\
|
|
|
|
|
|
|
|
{"AddRecordEffect", RecordsDynamicFunctions::AddRecordEffect},\
|
|
|
|
|
|
|
|
{"AddRecordBodyPart", RecordsDynamicFunctions::AddRecordBodyPart},\
|
|
|
|
|
|
|
|
{"AddRecordInventoryItem", RecordsDynamicFunctions::AddRecordInventoryItem},\
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
{"SendRecordDynamic", RecordsDynamicFunctions::SendRecordDynamic}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Clear the data from the records stored on the server.
|
|
|
|
* \brief Clear the data from the records stored on the server.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL ClearRecords() noexcept;
|
|
|
|
API_FUNCTION void CDECL ClearRecords() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the type of records in the read worldstate's dynamic records.
|
|
|
|
* \brief Get the type of records in the read worldstate's dynamic records.
|
|
|
@ -126,14 +17,14 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \return The type of records (0 for SPELL, 1 for POTION, 2 for ENCHANTMENT,
|
|
|
|
* \return The type of records (0 for SPELL, 1 for POTION, 2 for ENCHANTMENT,
|
|
|
|
* 3 for NPC).
|
|
|
|
* 3 for NPC).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION unsigned short CDECL GetRecordType() noexcept;
|
|
|
|
API_FUNCTION unsigned short CDECL GetRecordType() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the number of records in the read worldstate's dynamic records.
|
|
|
|
* \brief Get the number of records in the read worldstate's dynamic records.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return The number of records.
|
|
|
|
* \return The number of records.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordCount() noexcept;
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordCount() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the number of effects for the record at a certain index in the read
|
|
|
|
* \brief Get the number of effects for the record at a certain index in the read
|
|
|
@ -142,7 +33,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param recordIndex The index of the record.
|
|
|
|
* \param recordIndex The index of the record.
|
|
|
|
* \return The number of effects.
|
|
|
|
* \return The number of effects.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectCount(unsigned int recordIndex) noexcept;
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectCount(unsigned int recordIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the id of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the id of the record at a certain index in the read worldstate's
|
|
|
@ -151,7 +42,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The id of the record.
|
|
|
|
* \return The id of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordId(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordId(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the base id (i.e. the id this record should inherit default
|
|
|
|
* \brief Get the base id (i.e. the id this record should inherit default
|
|
|
@ -161,7 +52,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The base id of the record.
|
|
|
|
* \return The base id of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordBaseId(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordBaseId(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the subtype of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the subtype of the record at a certain index in the read worldstate's
|
|
|
@ -170,7 +61,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The type of the record.
|
|
|
|
* \return The type of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordSubtype(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordSubtype(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the name of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the name of the record at a certain index in the read worldstate's
|
|
|
@ -179,7 +70,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The name of the record.
|
|
|
|
* \return The name of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordName(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordName(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the model of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the model of the record at a certain index in the read worldstate's
|
|
|
@ -188,7 +79,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The model of the record.
|
|
|
|
* \return The model of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordModel(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordModel(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the icon of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the icon of the record at a certain index in the read worldstate's
|
|
|
@ -197,7 +88,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The icon of the record.
|
|
|
|
* \return The icon of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordIcon(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordIcon(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the script of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the script of the record at a certain index in the read worldstate's
|
|
|
@ -206,7 +97,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The script of the record.
|
|
|
|
* \return The script of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordScript(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordScript(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the enchantment id of the record at a certain index in the read
|
|
|
|
* \brief Get the enchantment id of the record at a certain index in the read
|
|
|
@ -215,7 +106,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The enchantment id of the record.
|
|
|
|
* \return The enchantment id of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION const char *CDECL GetRecordEnchantmentId(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION const char *CDECL GetRecordEnchantmentId(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the enchantment charge of the record at a certain index in
|
|
|
|
* \brief Get the enchantment charge of the record at a certain index in
|
|
|
@ -224,7 +115,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The enchantment charge of the record.
|
|
|
|
* \return The enchantment charge of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEnchantmentCharge(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEnchantmentCharge(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the auto-calculation flag value of the record at a certain index in
|
|
|
|
* \brief Get the auto-calculation flag value of the record at a certain index in
|
|
|
@ -233,7 +124,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The auto-calculation flag value of the record.
|
|
|
|
* \return The auto-calculation flag value of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordAutoCalc(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordAutoCalc(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the charge of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the charge of the record at a certain index in the read worldstate's
|
|
|
@ -242,7 +133,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The charge of the record.
|
|
|
|
* \return The charge of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordCharge(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordCharge(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the cost of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the cost of the record at a certain index in the read worldstate's
|
|
|
@ -251,7 +142,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The cost of the record.
|
|
|
|
* \return The cost of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordCost(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordCost(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the flags of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the flags of the record at a certain index in the read worldstate's
|
|
|
@ -260,7 +151,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The flags of the spell as an integer.
|
|
|
|
* \return The flags of the spell as an integer.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordFlags(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordFlags(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the value of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the value of the record at a certain index in the read worldstate's
|
|
|
@ -269,7 +160,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The value of the record.
|
|
|
|
* \return The value of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordValue(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordValue(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the weight of the record at a certain index in the read worldstate's
|
|
|
|
* \brief Get the weight of the record at a certain index in the read worldstate's
|
|
|
@ -278,7 +169,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \param index The index of the record.
|
|
|
|
* \return The weight of the record.
|
|
|
|
* \return The weight of the record.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION double CDECL GetRecordWeight(unsigned int index) noexcept;
|
|
|
|
API_FUNCTION double CDECL GetRecordWeight(unsigned int index) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the ID of the effect at a certain index in the read worldstate's
|
|
|
|
* \brief Get the ID of the effect at a certain index in the read worldstate's
|
|
|
@ -288,7 +179,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The ID of the effect.
|
|
|
|
* \return The ID of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectId(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectId(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the ID of the attribute modified by the effect at a certain index in the
|
|
|
|
* \brief Get the ID of the attribute modified by the effect at a certain index in the
|
|
|
@ -298,7 +189,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The attribute ID for the effect.
|
|
|
|
* \return The attribute ID for the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectAttribute(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectAttribute(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the ID of the skill modified by the effect at a certain index in the
|
|
|
|
* \brief Get the ID of the skill modified by the effect at a certain index in the
|
|
|
@ -308,7 +199,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The skill ID for the effect.
|
|
|
|
* \return The skill ID for the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectSkill(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectSkill(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the range type of the effect at a certain index in the read worldstate's
|
|
|
|
* \brief Get the range type of the effect at a certain index in the read worldstate's
|
|
|
@ -318,7 +209,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The range of the effect.
|
|
|
|
* \return The range of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectRangeType(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION unsigned int CDECL GetRecordEffectRangeType(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the area of the effect at a certain index in the read worldstate's current
|
|
|
|
* \brief Get the area of the effect at a certain index in the read worldstate's current
|
|
|
@ -328,7 +219,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The area of the effect.
|
|
|
|
* \return The area of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectArea(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectArea(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the duration of the effect at a certain index in the read worldstate's current
|
|
|
|
* \brief Get the duration of the effect at a certain index in the read worldstate's current
|
|
|
@ -338,7 +229,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The duration of the effect.
|
|
|
|
* \return The duration of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectDuration(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectDuration(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the maximum magnitude of the effect at a certain index in the read
|
|
|
|
* \brief Get the maximum magnitude of the effect at a certain index in the read
|
|
|
@ -348,7 +239,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The maximum magnitude of the effect.
|
|
|
|
* \return The maximum magnitude of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectMagnitudeMax(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectMagnitudeMax(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Get the minimum magnitude of the effect at a certain index in the read
|
|
|
|
* \brief Get the minimum magnitude of the effect at a certain index in the read
|
|
|
@ -358,7 +249,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \param effectIndex The index of the effect.
|
|
|
|
* \return The minimum magnitude of the effect.
|
|
|
|
* \return The minimum magnitude of the effect.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectMagnitudeMin(unsigned int recordIndex, unsigned int effectIndex) noexcept;
|
|
|
|
API_FUNCTION int CDECL GetRecordEffectMagnitudeMin(unsigned int recordIndex, unsigned int effectIndex) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set which type of temporary records stored on the server should have
|
|
|
|
* \brief Set which type of temporary records stored on the server should have
|
|
|
@ -367,7 +258,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param type The type of records.
|
|
|
|
* \param type The type of records.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordType(unsigned int type) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordType(unsigned int type) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the id of the temporary record stored on the server for the
|
|
|
|
* \brief Set the id of the temporary record stored on the server for the
|
|
|
@ -376,7 +267,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param id The id of the record.
|
|
|
|
* \param id The id of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordId(const char* id) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordId(const char* id) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the base id (i.e. the id this record should inherit default
|
|
|
|
* \brief Set the base id (i.e. the id this record should inherit default
|
|
|
@ -386,7 +277,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param baseId The baseId of the record.
|
|
|
|
* \param baseId The baseId of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordBaseId(const char* baseId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordBaseId(const char* baseId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the inventory base id (i.e. the id this record should inherit
|
|
|
|
* \brief Set the inventory base id (i.e. the id this record should inherit
|
|
|
@ -396,7 +287,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param inventoryBaseId The inventoryBaseId of the record.
|
|
|
|
* \param inventoryBaseId The inventoryBaseId of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryBaseId(const char* inventoryBaseId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryBaseId(const char* inventoryBaseId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the subtype of the temporary record stored on the server for
|
|
|
|
* \brief Set the subtype of the temporary record stored on the server for
|
|
|
@ -405,7 +296,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param type The spell type.
|
|
|
|
* \param type The spell type.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordSubtype(unsigned int subtype) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordSubtype(unsigned int subtype) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the name of the temporary record stored on the server for the
|
|
|
|
* \brief Set the name of the temporary record stored on the server for the
|
|
|
@ -414,7 +305,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param name The name of the record.
|
|
|
|
* \param name The name of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordName(const char* name) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordName(const char* name) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the model of the temporary record stored on the server for the
|
|
|
|
* \brief Set the model of the temporary record stored on the server for the
|
|
|
@ -423,7 +314,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param model The model of the record.
|
|
|
|
* \param model The model of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordModel(const char* model) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordModel(const char* model) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the icon of the temporary record stored on the server for the
|
|
|
|
* \brief Set the icon of the temporary record stored on the server for the
|
|
|
@ -432,7 +323,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param icon The icon of the record.
|
|
|
|
* \param icon The icon of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordIcon(const char* icon) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordIcon(const char* icon) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the script of the temporary record stored on the server for the
|
|
|
|
* \brief Set the script of the temporary record stored on the server for the
|
|
|
@ -441,7 +332,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param script The script of the record.
|
|
|
|
* \param script The script of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordScript(const char* script) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordScript(const char* script) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the enchantment id of the temporary record stored on the server
|
|
|
|
* \brief Set the enchantment id of the temporary record stored on the server
|
|
|
@ -450,7 +341,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param enchantmentId The enchantment id of the record.
|
|
|
|
* \param enchantmentId The enchantment id of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentId(const char* enchantmentId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentId(const char* enchantmentId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the enchantment charge of the temporary record stored on the server
|
|
|
|
* \brief Set the enchantment charge of the temporary record stored on the server
|
|
|
@ -459,7 +350,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param enchantmentCharge The enchantmentCharge of the record.
|
|
|
|
* \param enchantmentCharge The enchantmentCharge of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentCharge(int enchantmentCharge) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentCharge(int enchantmentCharge) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the auto-calculation flag value of the temporary record stored
|
|
|
|
* \brief Set the auto-calculation flag value of the temporary record stored
|
|
|
@ -468,7 +359,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param autoCalc The auto-calculation flag value of the record.
|
|
|
|
* \param autoCalc The auto-calculation flag value of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordAutoCalc(int autoCalc) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordAutoCalc(int autoCalc) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the charge of the temporary record stored on the server for the
|
|
|
|
* \brief Set the charge of the temporary record stored on the server for the
|
|
|
@ -477,7 +368,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param charge The charge of the record.
|
|
|
|
* \param charge The charge of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordCharge(int charge) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordCharge(int charge) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the cost of the temporary record stored on the server for the
|
|
|
|
* \brief Set the cost of the temporary record stored on the server for the
|
|
|
@ -486,7 +377,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param cost The cost of the record.
|
|
|
|
* \param cost The cost of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordCost(int cost) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordCost(int cost) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the flags of the temporary record stored on the server for the
|
|
|
|
* \brief Set the flags of the temporary record stored on the server for the
|
|
|
@ -495,7 +386,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param flags The flags of the record.
|
|
|
|
* \param flags The flags of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordFlags(int flags) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordFlags(int flags) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the value of the temporary record stored on the server for the
|
|
|
|
* \brief Set the value of the temporary record stored on the server for the
|
|
|
@ -504,7 +395,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param value The value of the record.
|
|
|
|
* \param value The value of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordValue(int value) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordValue(int value) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the weight of the temporary record stored on the server for the
|
|
|
|
* \brief Set the weight of the temporary record stored on the server for the
|
|
|
@ -513,7 +404,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param weight The weight of the record.
|
|
|
|
* \param weight The weight of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordWeight(double weight) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordWeight(double weight) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the armor rating of the temporary record stored on the server
|
|
|
|
* \brief Set the armor rating of the temporary record stored on the server
|
|
|
@ -522,7 +413,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param armorRating The armor rating of the record.
|
|
|
|
* \param armorRating The armor rating of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordArmorRating(int armorRating) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordArmorRating(int armorRating) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the health of the temporary record stored on the server for the
|
|
|
|
* \brief Set the health of the temporary record stored on the server for the
|
|
|
@ -531,7 +422,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param health The health of the record.
|
|
|
|
* \param health The health of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordHealth(int health) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordHealth(int health) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the chop damage of the temporary record stored on the server for the
|
|
|
|
* \brief Set the chop damage of the temporary record stored on the server for the
|
|
|
@ -541,7 +432,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageChop(unsigned int minDamage, unsigned int maxDamage) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageChop(unsigned int minDamage, unsigned int maxDamage) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the slash damage of the temporary record stored on the server for the
|
|
|
|
* \brief Set the slash damage of the temporary record stored on the server for the
|
|
|
@ -551,7 +442,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageSlash(unsigned int minDamage, unsigned int maxDamage) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageSlash(unsigned int minDamage, unsigned int maxDamage) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the thrust damage of the temporary record stored on the server for the
|
|
|
|
* \brief Set the thrust damage of the temporary record stored on the server for the
|
|
|
@ -561,7 +452,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \param maxDamage The maximum damage of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageThrust(unsigned int minDamage, unsigned int maxDamage) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordDamageThrust(unsigned int minDamage, unsigned int maxDamage) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the reach of the temporary record stored on the server for the
|
|
|
|
* \brief Set the reach of the temporary record stored on the server for the
|
|
|
@ -570,7 +461,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param reach The reach of the record.
|
|
|
|
* \param reach The reach of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordReach(double reach) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordReach(double reach) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the speed of the temporary record stored on the server for the
|
|
|
|
* \brief Set the speed of the temporary record stored on the server for the
|
|
|
@ -579,7 +470,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param speed The speed of the record.
|
|
|
|
* \param speed The speed of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordSpeed(double speed) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordSpeed(double speed) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set whether the temporary record stored on the server for the
|
|
|
|
* \brief Set whether the temporary record stored on the server for the
|
|
|
@ -590,7 +481,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param keyState Whether the record is a key.
|
|
|
|
* \param keyState Whether the record is a key.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordKeyState(bool keyState) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordKeyState(bool keyState) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set whether the temporary record stored on the server for the
|
|
|
|
* \brief Set whether the temporary record stored on the server for the
|
|
|
@ -601,7 +492,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param scrollState Whether the record is a scroll.
|
|
|
|
* \param scrollState Whether the record is a scroll.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordScrollState(bool scrollState) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordScrollState(bool scrollState) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the skill ID of the temporary record stored on the server for the
|
|
|
|
* \brief Set the skill ID of the temporary record stored on the server for the
|
|
|
@ -610,7 +501,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param skillId The skill ID of the record.
|
|
|
|
* \param skillId The skill ID of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordSkillId(int skillId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordSkillId(int skillId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the text of the temporary record stored on the server for the
|
|
|
|
* \brief Set the text of the temporary record stored on the server for the
|
|
|
@ -619,7 +510,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param text The text of the record.
|
|
|
|
* \param text The text of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordText(const char* text) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordText(const char* text) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the hair of the temporary record stored on the server for the
|
|
|
|
* \brief Set the hair of the temporary record stored on the server for the
|
|
|
@ -628,7 +519,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param hair The hair of the record.
|
|
|
|
* \param hair The hair of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordHair(const char* hair) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordHair(const char* hair) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the head of the temporary record stored on the server for the
|
|
|
|
* \brief Set the head of the temporary record stored on the server for the
|
|
|
@ -637,7 +528,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param hair The head of the record.
|
|
|
|
* \param hair The head of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordHead(const char* head) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordHead(const char* head) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the gender of the temporary record stored on the server for the
|
|
|
|
* \brief Set the gender of the temporary record stored on the server for the
|
|
|
@ -646,7 +537,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param hair The race of the record.
|
|
|
|
* \param hair The race of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordGender(unsigned int gender) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordGender(unsigned int gender) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the race of the temporary record stored on the server for the
|
|
|
|
* \brief Set the race of the temporary record stored on the server for the
|
|
|
@ -655,7 +546,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param hair The race of the record.
|
|
|
|
* \param hair The race of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordRace(const char* race) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordRace(const char* race) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the character class of the temporary record stored on the server
|
|
|
|
* \brief Set the character class of the temporary record stored on the server
|
|
|
@ -664,7 +555,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param hair The character class of the record.
|
|
|
|
* \param hair The character class of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordClass(const char* charClass) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordClass(const char* charClass) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the faction of the temporary record stored on the server for the
|
|
|
|
* \brief Set the faction of the temporary record stored on the server for the
|
|
|
@ -673,7 +564,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param faction The faction of the record.
|
|
|
|
* \param faction The faction of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordFaction(const char* faction) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordFaction(const char* faction) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the level of the temporary record stored on the server for the
|
|
|
|
* \brief Set the level of the temporary record stored on the server for the
|
|
|
@ -682,7 +573,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param level The level of the record.
|
|
|
|
* \param level The level of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordLevel(int level) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordLevel(int level) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the magicka of the temporary record stored on the server for the
|
|
|
|
* \brief Set the magicka of the temporary record stored on the server for the
|
|
|
@ -691,7 +582,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param magicka The magicka of the record.
|
|
|
|
* \param magicka The magicka of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordMagicka(int magicka) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordMagicka(int magicka) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the fatigue of the temporary record stored on the server for the
|
|
|
|
* \brief Set the fatigue of the temporary record stored on the server for the
|
|
|
@ -700,7 +591,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param fatigue The fatigue of the record.
|
|
|
|
* \param fatigue The fatigue of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordFatigue(int fatigue) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordFatigue(int fatigue) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the AI fight value of the temporary record stored on the server for the
|
|
|
|
* \brief Set the AI fight value of the temporary record stored on the server for the
|
|
|
@ -709,7 +600,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param aiFight The AI fight value of the record.
|
|
|
|
* \param aiFight The AI fight value of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordAIFight(int aiFight) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordAIFight(int aiFight) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the id of the record at a certain index in the records stored on the server.
|
|
|
|
* \brief Set the id of the record at a certain index in the records stored on the server.
|
|
|
@ -721,7 +612,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param id The id of the record.
|
|
|
|
* \param id The id of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordIdByIndex(unsigned int index, const char* id) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordIdByIndex(unsigned int index, const char* id) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the enchantment id of the record at a certain index in the records stored on
|
|
|
|
* \brief Set the enchantment id of the record at a certain index in the records stored on
|
|
|
@ -734,7 +625,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param enchantmentId The enchantment id of the record.
|
|
|
|
* \param enchantmentId The enchantment id of the record.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentIdByIndex(unsigned int index, const char* enchantmentId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEnchantmentIdByIndex(unsigned int index, const char* enchantmentId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the ID of the temporary effect stored on the server.
|
|
|
|
* \brief Set the ID of the temporary effect stored on the server.
|
|
|
@ -742,7 +633,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param effectId The ID of the effect.
|
|
|
|
* \param effectId The ID of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectId(unsigned int effectId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectId(unsigned int effectId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the ID of the attribute modified by the temporary effect stored on
|
|
|
|
* \brief Set the ID of the attribute modified by the temporary effect stored on
|
|
|
@ -751,7 +642,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param attributeId The ID of the attribute.
|
|
|
|
* \param attributeId The ID of the attribute.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectAttribute(int attributeId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectAttribute(int attributeId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the ID of the skill modified by the temporary effect stored on the
|
|
|
|
* \brief Set the ID of the skill modified by the temporary effect stored on the
|
|
|
@ -760,7 +651,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param skillId The ID of the skill.
|
|
|
|
* \param skillId The ID of the skill.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectSkill(int skillId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectSkill(int skillId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the range type of the temporary effect stored on the server (0 for
|
|
|
|
* \brief Set the range type of the temporary effect stored on the server (0 for
|
|
|
@ -769,7 +660,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param rangeType The range type of the effect.
|
|
|
|
* \param rangeType The range type of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectRangeType(unsigned int rangeType) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectRangeType(unsigned int rangeType) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the area of the temporary effect stored on the server.
|
|
|
|
* \brief Set the area of the temporary effect stored on the server.
|
|
|
@ -777,7 +668,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param area The area of the effect.
|
|
|
|
* \param area The area of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectArea(int area) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectArea(int area) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the duration of the temporary effect stored on the server.
|
|
|
|
* \brief Set the duration of the temporary effect stored on the server.
|
|
|
@ -785,7 +676,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param duration The duration of the effect.
|
|
|
|
* \param duration The duration of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectDuration(int duration) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectDuration(int duration) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the maximum magnitude of the temporary effect stored on the server.
|
|
|
|
* \brief Set the maximum magnitude of the temporary effect stored on the server.
|
|
|
@ -793,7 +684,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param magnitudeMax The maximum magnitude of the effect.
|
|
|
|
* \param magnitudeMax The maximum magnitude of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectMagnitudeMax(int magnitudeMax) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectMagnitudeMax(int magnitudeMax) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the minimum magnitude of the temporary effect stored on the server.
|
|
|
|
* \brief Set the minimum magnitude of the temporary effect stored on the server.
|
|
|
@ -801,7 +692,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param magnitudeMin The minimum magnitude of the effect.
|
|
|
|
* \param magnitudeMin The minimum magnitude of the effect.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectMagnitudeMin(int magnitudeMin) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordEffectMagnitudeMin(int magnitudeMin) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the type of the temporary body part stored on the server.
|
|
|
|
* \brief Set the type of the temporary body part stored on the server.
|
|
|
@ -809,7 +700,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param partType The type of the body part.
|
|
|
|
* \param partType The type of the body part.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartType(unsigned int partType) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartType(unsigned int partType) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the id of the male version of the temporary body part stored on the
|
|
|
|
* \brief Set the id of the male version of the temporary body part stored on the
|
|
|
@ -818,7 +709,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param partId The id of the body part.
|
|
|
|
* \param partId The id of the body part.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartIdForMale(const char* partId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartIdForMale(const char* partId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the id of the female version of the temporary body part stored on the
|
|
|
|
* \brief Set the id of the female version of the temporary body part stored on the
|
|
|
@ -827,7 +718,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param partId The id of the body part.
|
|
|
|
* \param partId The id of the body part.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartIdForFemale(const char* partId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordBodyPartIdForFemale(const char* partId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the id of the of the temporary inventory item stored on the server.
|
|
|
|
* \brief Set the id of the of the temporary inventory item stored on the server.
|
|
|
@ -835,7 +726,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param partId The id of the inventory item.
|
|
|
|
* \param partId The id of the inventory item.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryItemId(const char* itemId) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryItemId(const char* itemId) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Set the count of the of the temporary inventory item stored on the server.
|
|
|
|
* \brief Set the count of the of the temporary inventory item stored on the server.
|
|
|
@ -843,7 +734,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* \param count The count of the inventory item.
|
|
|
|
* \param count The count of the inventory item.
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryItemCount(unsigned int count) noexcept;
|
|
|
|
API_FUNCTION void CDECL SetRecordInventoryItemCount(unsigned int count) NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Add a copy of the server's temporary record of the current specified
|
|
|
|
* \brief Add a copy of the server's temporary record of the current specified
|
|
|
@ -854,7 +745,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL AddRecord() noexcept;
|
|
|
|
API_FUNCTION void CDECL AddRecord() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Add a copy of the server's temporary effect to the temporary record
|
|
|
|
* \brief Add a copy of the server's temporary effect to the temporary record
|
|
|
@ -865,7 +756,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL AddRecordEffect() noexcept;
|
|
|
|
API_FUNCTION void CDECL AddRecordEffect() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Add a copy of the server's temporary body part to the temporary record
|
|
|
|
* \brief Add a copy of the server's temporary body part to the temporary record
|
|
|
@ -876,7 +767,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL AddRecordBodyPart() noexcept;
|
|
|
|
API_FUNCTION void CDECL AddRecordBodyPart() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Add a copy of the server's temporary inventory item to the temporary record
|
|
|
|
* \brief Add a copy of the server's temporary inventory item to the temporary record
|
|
|
@ -890,7 +781,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL AddRecordInventoryItem() noexcept;
|
|
|
|
API_FUNCTION void CDECL AddRecordInventoryItem() NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Send a RecordDynamic packet with the current specified record type.
|
|
|
|
* \brief Send a RecordDynamic packet with the current specified record type.
|
|
|
@ -902,7 +793,7 @@ NAMESPACE_BEGIN(RecordsDynamicFunctions)
|
|
|
|
* to the packet (false by default).
|
|
|
|
* to the packet (false by default).
|
|
|
|
* \return void
|
|
|
|
* \return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
API_FUNCTION void CDECL SendRecordDynamic(unsigned short pid, bool sendToOtherPlayers, bool skipAttachedPlayer) noexcept;
|
|
|
|
API_FUNCTION void CDECL SendRecordDynamic(PlayerId pid, bool sendToOtherPlayers, bool skipAttachedPlayer) NOEXCEPT;
|
|
|
|
NAMESPACE_END()
|
|
|
|
NAMESPACE_END()
|
|
|
|
|
|
|
|
|
|
|
|
#endif //OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|
#endif //OPENMW_RECORDSDYNAMICAPI_HPP
|
|
|
|