![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Data Structures | |
| class | string |
Functions | |
| vector | BeautifiedToVector () |
| Convert beautified string into a vector. | |
| bool | Contains (string sample) |
| Returns true if sample is substring of string. | |
| static proto string | Format (string fmt, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL) |
| Gets n-th character from string. | |
| proto string | Get (int index) |
| Gets n-th character from string. | |
| proto native int | Hash () |
| Returns hash of string. | |
| proto native int | HexToInt () |
| Converts string to integer. | |
| proto native int | IndexOf (string sample) |
| Finds 'sample' in 'str'. | |
| proto native int | IndexOfFrom (int start, string sample) |
| Finds 'sample' in 'str' from 'start' position. | |
| proto void | Insert (int index, string input) |
| Inserts a string into the n-th index, increasing the string length by the size of the input. | |
| static string | Join (string separator, notnull TStringArray tokens) |
| proto native int | LastIndexOf (string sample) |
| Finds last 'sample' in 'str'. | |
| proto native int | Length () |
| Returns length of string. | |
| proto native int | LengthUtf8 () |
| Returns number of characters in UTF8 string. | |
| proto int | ParseString (out string tokens[]) |
| Parses string into array of tokens returns number of tokens. | |
| proto int | ParseStringEx (out string token) |
| Parses one token from input string. | |
| proto int | Replace (string sample, string replace) |
| Replace all occurrances of 'sample' in 'str' by 'replace'. | |
| proto void | Set (int index, string input) |
| Sets the n-th character in string with the input, replacing previous value. | |
| void | Split (string sample, out array< string > output) |
| Splits string into array of strings separated by 'sample'. | |
| proto string | Substring (int start, int len) |
| Substring of 'str' from 'start' position 'len' number of characters. | |
| string | SubstringInverted (string string_to_split, int position_start, int position_end) |
| Inverted SubString. This deletes everything in between position_start and position_end. | |
| proto string | SubstringUtf8 (int startChar, int len) |
| Substring of 'str' from 'startChar' position 'len' number of characters for UTF8 strings with multibyte chars. | |
| proto native int | ToAscii () |
| Converts string's first character to ASCII code. | |
| proto native float | ToFloat () |
| Converts string to float. | |
| proto native int | ToInt () |
| Converts string to integer. | |
| proto int | ToLower () |
| Changes string to lowercase. | |
| static proto string | ToString (void var, bool type=false, bool name=false, bool quotes=true) |
| Return string representation of variable. | |
| proto native | ToType () |
| Returns internal type representation. | |
| proto int | ToUpper () |
| Changes string to uppercase. | |
| proto vector | ToVector () |
| Returns a vector from a string. | |
| proto string | Trim () |
| Returns trimmed string with removed leading and trailing whitespaces. | |
| proto int | TrimInPlace () |
| Removes leading and trailing whitespaces in string. | |
Variables | |
| static const string | Empty |
|
inlineprivate |
Convert beautified string into a vector.
| vec | beautified string |
vector resulting vector Definition at line 67 of file enstring.c.
References Replace(), and ToVector().
Returns true if sample is substring of string.
| sample | string Finding string expression |
bool true if sample is substring of string Definition at line 286 of file enstring.c.
Referenced by ScriptConsoleSoundsTab::ScriptConsoleSoundsTab(), ActionCreateIndoorFireplace::ActionCondition(), ActionCreateIndoorOven::ActionCondition(), ActionPlaceFireplaceIndoor::ActionCondition(), ActionPlaceOvenIndoor::ActionCondition(), BaseBuildingBase::CanDisplayAttachmentCategory(), CarScript::CanDisplayAttachmentCategory(), BaseBuildingBase::CanDisplayAttachmentSlot(), ScriptConsoleItemsTab::ChangeFilter(), ScriptConsoleSoundsTab::ChangeFilter(), BaseBuildingBase::CheckLevelVerticalDistance(), BaseBuildingBase::CheckSlotVerticalDistance(), AttachmentsOutOfReach::CreateAttachmentPosition(), DisplayActions(), DropNonUsableMaterialsServer(), ItemBase::EEHealthLevelChanged(), Edible_Base::EEItemLocationChanged(), ScriptConsoleConfigTab::FindInHierarchy(), UIPopupScript::FindInHierarchy(), CheckLocalisationPlugin::FindTexts(), ItemBase::FullyBuild(), Debug::GetFiltredConfigClasses(), UIScriptedMenu::GetFiltredConfigClasses(), UIScriptedMenu::GetFiltredSceneObjects(), SpookyEventBase::GetMatchingSurfacePos(), ActionTargetsCursor::GetOnScreenPosition(), GUIAction_SetValue(), ItemBase::HandleItemFalling(), IsEntityOnWaterSurface(), Land_WarheadStorage_PowerStation::OnAnimationPhaseStarted(), PluginFileHandler::ParseToValueBool(), ScriptConsoleItemsTab::PreprocessFilterText(), ScriptConsoleConfigTab::RenderVariables(), PluginBase::SpawnFromClipboard(), ObjectSpawnerHandler::SpawnObject(), ItemBase::ToggleAnimation(), and ActionUnlockShippingContainer::TranslateLockSelectionIntoDoorIdx().
|
staticprivate |
Gets n-th character from string.
| index | character index |
string character on index-th position in string Referenced by GPSReceiver::GPSReceiver(), Category(), Car::CheckContactCache(), CGame::Connect(), Debug(), FailureText(), FullTimeData::FormatedAsTimestamp(), FullTimeData::FormatedNonZero(), FullTimeData::FormatedWithZero(), ActionTargetsCursor::GetActionDesc(), ActionDigInStash::GetAdminLogMessage(), ActionMountBarbedWire::GetAdminLogMessage(), ActionUnmountBarbedWire::GetAdminLogMessage(), GetAdminLogMessage(), GetButtonLabel(), ErrorProperties::GetClientMessage(), GetColorString(), GetDamageZoneMap(), EffectParticle::GetDebugName(), EffectSound::GetDebugName(), ConstructionActionData::GetDialNumberText(), QuantityConversions::GetItemQuantityText(), TentBase::GetMaterialPath(), ParticleList::GetParticleFullPath(), InputUtils::GetRichtextButtonIconFromInputAction(), ErrorProperties::GetServerMessage(), ErrorHandlerModule::GetSimpleMessage(), array< string >::GetTestEx(), HandleError(), Weapon_Base::HideBullet(), Entity::InitDamageZoneDisplayNameMapping(), ScriptConsoleItemsTab::ListItemRelatedActions(), Debug::LogMessage(), Weapon_Base::OnFire(), Play(), TFModule::Result(), ActionTargetsCursor::SetItemDesc(), LoginScreenBase::SetTime(), UIScriptedMenu::SetTime(), ScriptedWidgetEventHandler::SetWeaponModeAndZeroing(), ScriptedWidgetEventHandler::SetWeaponQuantity(), Weapon_Base::ShowBullet(), Tag(), and UIScriptedMenu::UpdateControlsElements().
Gets n-th character from string.
| index | character index |
string character on index-th position in string Referenced by UIPopupScript::ClearHierarchy(), DialNextNumber(), UIPopupScript::ExpandHierarchy(), UIPopupScript::FindInHierarchy(), PluginBase::GetBaseClassPath(), PluginBase::GetBaseClassPathRecursive(), ConstructionActionData::GetDialNumberText(), PluginFileHandler::GetLastLine(), CGame::GetModelName(), ScriptedWidgetEventHandler::GetValueString(), OptionSelectorSliderSetup::IsValidEditboxValue(), ScriptConsoleCameraTab::IsValidEditboxValue(), OrderedAltitudeNumbersPosition(), OrderedPositionNumbersFromGridCoords(), ShuffleLock(), and ScriptConsoleGeneralTab::TextToNumbersArray().
|
private |
Returns hash of string.
Referenced by ArrowManagerPlayer::AddArrowTypeToHash(), DayZPlayerTypeStepSoundLookupTable::DayZPlayerTypeStepSoundLookupTableImpl(), DayZPlayerTypeStepSoundLookupTableImpl(), DayZPlayerTypeVoiceSoundLookupTable::DayZPlayerTypeVoiceSoundLookupTableImpl(), GetActionTable(), GetBuilder(), GetDamageDisplayName(), GetImpactTable(), GetInstance(), UIScriptedMenu::GetWidgetCombinedHash(), SoundLookupTable::LoadTable(), DayZPlayer::OnStepEvent(), EntityAI::ProcessImpactSoundEx(), DayZPlayer::ProcessVoiceEvent(), RegisterItem(), CrashSoundSets::RegisterSoundSet(), RegisterSoundSetMap(), CatchYieldBank::RegisterYieldItem(), ArrowManagerPlayer::Save(), SetupProbabilityArray(), ActionBase::Start(), and CatchYieldBank::UnregisterYieldItem().
|
private |
Converts string to integer.
Finds 'sample' in 'str'.
Returns -1 when not found
| sample | string Finding string |
int - Returns position where sample starts, or -1 when sample not found Referenced by PluginBase::ContainsFirstClass(), PluginBase::GetConfig(), Chemlight_ColorBase::GetMaterialForDamageState(), PluginConfigHandler::GetSceneList(), ItemBase::GetSlotIndexBySelection(), PluginFileHandler::GetTextType(), ScriptedWidgetEventHandler::GetValueString(), DebugPrint::IsDebugLog(), DebugPrint::IsStackTrace(), ScriptConsoleConfigTab::OnClick(), UIScriptedMenu::OnClick(), BotStateBase::OnUpdate(), PluginFileHandler::ParseParam(), PluginFileHandler::ParseText(), PluginFileHandler::ParseTextToArray(), PluginFileHandler::ParseTextToParameter(), OpenDirPlugin::Run(), DayZTool::RunDayZBat(), DebugPrint::TrimDebugLog(), and DebugPrint::TrimStackTrace().
Finds 'sample' in 'str' from 'start' position.
Returns -1 when not found
| start | int Start from position |
| sample | string Finding string expression |
int - Length of string s Referenced by PluginBase::GetBaseClassPathCombined(), ActionUnmountBarbedWire::GetZoneSelection(), PluginFileHandler::ParseTextToArray(), PluginFileHandler::ParseToValueArray(), OpenDirPlugin::Run(), and DayZTool::RunDayZBat().
Inserts a string into the n-th index, increasing the string length by the size of the input.
| index | index to insert at |
| input | string value to insert with |
Referenced by ActionBuildPart::ActionConditionContinue(), ActionBuildShelter::ActionConditionContinue(), ActionBuildPart::OnFinishProgressServer(), PluginFileHandler::ParseTextToArray(), and Split().
|
inlinestaticprivate |
Definition at line 424 of file enstring.c.
Referenced by PluginBase::GetBaseClasses().
Finds last 'sample' in 'str'.
Returns -1 when not found
| sample | string Finding string |
int - Returns position where sample starts, or -1 when sample not found Referenced by ParticleList::RegisterParticleByFullPath().
|
private |
Returns length of string.
Referenced by ActionEnterLadder::ActionCondition(), ScriptedWidgetEventHandler::AddEx(), JsonObject::AddString(), Car::CanReachSeatFromDoors(), UIScriptedMenu::ConnectLastSession(), ManBase::Consume(), PluginBase::ContainsFirstClass(), AttachmentsOutOfReach::CreateAttachmentPosition(), WrittenNoteData::DepleteWritingImplement(), DialNextNumber(), DropNonUsableMaterialsServer(), ScriptedWidgetEventHandler::FillInfo(), PluginBase::GetBaseClassPath(), PluginBase::GetConfig(), PluginBase::GetConfigRecursive(), ConstructionActionData::GetDialNumberText(), ScriptedWidgetEventHandler::GetFilterOptionsPC(), FireplaceBase::GetFirePointIndex(), FireplaceIndoor::GetFirePointIndex(), JsonObject::GetJson(), CGame::GetModelName(), PluginBase::GetOnlyChildPath(), ItemBase::GetSlotIndexByAttachmentSlot(), ItemBase::GetSlotIndexBySelection(), PluginFileHandler::GetTextType(), ScriptedWidgetEventHandler::GetValueString(), ActionUnmountBarbedWire::GetZoneSelection(), PoweredOptic_Base::InitRangeFinderData(), InsertAtPos(), IsComponentInSelection(), IsPingInRange(), PluginFileHandler::IsTextArray(), OptionSelectorSliderSetup::IsValidEditboxValue(), ScriptConsoleCameraTab::IsValidEditboxValue(), UIScriptedMenu::OnClick(), CGame::OnEvent(), DayZPlayer::OnStepEvent(), OrderedAltitudeNumbersPosition(), OrderedPositionNumbersFromGridCoords(), PluginFileHandler::ParseText(), PluginFileHandler::ParseTextToArray(), PluginFileHandler::ParseTextToParameter(), PluginFileHandler::ParseToValueArray(), PluginFileHandler::ParseToValueString(), ParticleList::RegisterParticleByFullPath(), OpenDirPlugin::Run(), DayZTool::RunDayZBat(), SanitizeString(), Debug::SaveLog(), Hud::SetCursorIcon(), ActionTargetsCursor::SetItemDesc(), ScriptedWidgetEventHandler::SetType(), ShuffleLock(), SubstringInverted(), ScriptConsoleGeneralTab::TextToNumbersArray(), ToStringLen(), DebugPrint::TrimDebugLog(), HudDebugWinBase::Update(), and ValueToBar().
|
private |
Returns number of characters in UTF8 string.
int - Number of characters in UTF8 string Parses string into array of tokens returns number of tokens.
| [out] | tokens | array[] Parsed string in array |
int Number of tokens Parses one token from input string.
Result is put into token string, and type of token is returned. Input string is left-truncated by the resulting token length.
| [out] | token | string Founded string token |
int Type of token Token types: 0 - error, no token 1 - defined token (special characters etc. . / * ) 2 - quoted string. Quotes are removed -> TODO 3 - alphabetic string 4 - number 5 - end of line -> TODO
Replace all occurrances of 'sample' in 'str' by 'replace'.
| sample | string to search in str |
| replace | string which replace sample in str |
int - number of occurrances of 'sample' in 'str' Referenced by PluginFileHandler::AddNewLine(), Surface::AllowedWaterSurface(), BeautifiedToVector(), MainMenuData::CreateDLCArticles(), PluginConfigHandler::DecodeInitScript(), PluginConfigHandler::EncodeInitScript(), MainMenuData::FilterDLCs(), PluginFileHandler::GetAllLines(), ScriptConsoleItemsTab::PreprocessFilterText(), ParticleList::RegisterParticleByFullPath(), OpenDirPlugin::Run(), SVNBlamePlugin::Run(), SVNDiffPlugin::Run(), SVNShowLogPlugin::Run(), DayZTool::RunDayZBat(), ScriptConsoleEnfScriptTab::RunEnscript(), and CfgGameplayHandler::ValidateItems().
Sets the n-th character in string with the input, replacing previous value.
| index | index to be replaced |
| input | single non-terminated character value to replace with |
Splits string into array of strings separated by 'sample'.
| sample | string Strings separator |
TStringArray Array with strings Definition at line 396 of file enstring.c.
References Insert(), and Substring().
Referenced by JsonObject::AddString(), DisplayActions(), ScriptConsoleConfigTab::FindInHierarchy(), UIPopupScript::FindInHierarchy(), ScriptedWidgetEventHandler::GenerateValidIP(), PluginBase::GetBaseClasses(), PluginBase::GetConfig(), CGame::GetLastVisitedServer(), PluginFileHandler::GetParameterString(), PluginFileHandler::GetSubParameterInArrayString(), ServerBrowserTab::GetTimeOfDayEnum(), ServerBrowserTabConsolePages::LoadExtraEntries(), OnGUI_AnimEvents(), Land_WarheadStorage_Bunker_Facility::OnSpawnByObjectSpawner(), Land_WarheadStorage_Main::OnSpawnByObjectSpawner(), PluginFileHandler::ParseTextToArray(), PluginFileHandler::ParseToValueArray(), PasteValues(), ScriptConsoleItemsTab::PrepareFilters(), ScriptConsoleSoundsTab::PrepareFilters(), DayZPlayer::ProcessAttachmentEvent(), ScriptConsoleConfigTab::RenderVariables(), ScriptedWidgetEventHandler::SetTime(), ScriptedWidgetEventHandler::SetTimeIcon(), and PluginBase::SpawnFromClipboard().
Substring of 'str' from 'start' position 'len' number of characters.
| start | Position in str |
| len | Count of characters |
string - Substring of str Referenced by ActionEnterLadder::ActionCondition(), TentBase::AnimateCamonetByOpeningSelection(), TentBase::AnimateCamonetToggle(), PluginBase::ContainsFirstClass(), AttachmentsOutOfReach::CreateAttachmentPosition(), PluginBase::GetBaseClassPathCombined(), PluginBase::GetConfig(), PluginBase::GetConfigRecursive(), ScriptedWidgetEventHandler::GetFilterOptionsPC(), FireplaceBase::GetFirePointIndex(), FireplaceIndoor::GetFirePointIndex(), Chemlight_ColorBase::GetMaterialForDamageState(), CGame::GetModelName(), PluginBase::GetOnlyChildPath(), PluginConfigHandler::GetSceneList(), ItemBase::GetSlotIndexByAttachmentSlot(), ItemBase::GetSlotIndexBySelection(), PluginFileHandler::GetTextType(), ScriptedWidgetEventHandler::GetValueString(), ActionUnmountBarbedWire::GetZoneSelection(), TentBase::HandleCamoNetAttachment(), InsertAtPos(), IsPingInRange(), PluginFileHandler::IsTextArray(), ScriptConsoleConfigTab::OnClick(), UIScriptedMenu::OnClick(), PluginFileHandler::ParseText(), PluginFileHandler::ParseTextToArray(), PluginFileHandler::ParseTextToParameter(), PluginFileHandler::ParseToValueArray(), PluginFileHandler::ParseToValueString(), ParticleList::RegisterParticleByFullPath(), OpenDirPlugin::Run(), DayZTool::RunDayZBat(), SanitizeString(), Split(), SubstringInverted(), ScriptConsoleGeneralTab::TextToNumbersArray(), ActionUnlockShippingContainer::TranslateLockSelectionIntoDoorIdx(), DebugPrint::TrimDebugLog(), and HudDebugWinBase::Update().
|
inlineprivate |
Inverted SubString. This deletes everything in between position_start and position_end.
Definition at line 116 of file enstring.c.
References Length(), and Substring().
Substring of 'str' from 'startChar' position 'len' number of characters for UTF8 strings with multibyte chars.
| startChar | Position in str. |
| len | Count of characters |
string - Substring of str with startChar character and len characters
|
private |
Converts string's first character to ASCII code.
| str | String for convert to ASCII code |
ascii code int.
|
private |
Converts string to float.
float - Converted string in float. Referenced by ScriptedWidgetEventHandler::GetInterpTime(), PluginFileHandler::GetParameterFloat(), GUIAction_SetValue(), ScriptConsoleCameraTab::IsValidEditboxValue(), OnGUI_CommandsEdit(), PluginFileHandler::ParseToValueFloat(), DayZProfilesOptions::RegisterProfileOptionFloat(), DayZProfilesOptions::ResetOptionsFloat(), and ScriptConsoleGeneralTab::TextToNumbersArray().
|
private |
Converts string to integer.
Referenced by CGame::ConnectFromCLI(), DialNextNumber(), ItemBase::EvaluateCatch(), ScriptedWidgetEventHandler::FillInfo(), ItemManager::GetDefaultOpenStateHands(), ScriptedWidgetEventHandler::GetFilterOptionsPC(), FireplaceBase::GetFirePointIndex(), FireplaceIndoor::GetFirePointIndex(), PluginFileHandler::GetParameterBool(), PluginFileHandler::GetParameterInt(), ItemBase::GetSlotIndexByAttachmentSlot(), ItemBase::GetSlotIndexBySelection(), GUIAction_SetValue(), IsPingInRange(), OptionSelectorSliderSetup::IsValidEditboxValue(), OnGUI_CommandsEdit(), ServerBrowserTab::OnLoadServersAsyncPC(), OrderedAltitudeNumbersPosition(), OrderedPositionNumbersFromGridCoords(), PluginFileHandler::ParseToValueInt(), ScriptedWidgetEventHandler::ProcessIntoIPAddress(), DayZProfilesOptions::RegisterProfileOptionInt(), DayZProfilesOptions::ResetOptionsInt(), ScriptedWidgetEventHandler::SetType(), ShuffleLock(), and ActionUnlockShippingContainer::TranslateLockSelectionIntoDoorIdx().
|
private |
Changes string to lowercase.
Returns length
int - Length of changed string Referenced by AnalyticsRegisterStat(), AnalyticsSetState(), BleedingSourcesManagerBase::AttemptAddBleedingSourceBySelection(), Entity::CacheSkinningBloodInfectionChance(), BaseBuildingBase::CanDisplayAttachmentCategory(), CarScript::CanDisplayAttachmentCategory(), BaseBuildingBase::CanDisplayAttachmentSlot(), ItemBase::CanToggleAnimations(), ScriptConsoleItemsTab::ChangeFilter(), ScriptConsoleSoundsTab::ChangeFilter(), BaseBuildingBase::CheckSlotVerticalDistance(), AttachmentsOutOfReach::CreateAttachmentPosition(), MainMenuData::CreateDLCArticles(), PluginConfigHandler::CustomLocationsAdd(), PluginConfigHandler::CustomLocationsRemove(), DisplayActions(), DropNonUsableMaterialsServer(), ItemBase::EEHealthLevelChanged(), ItemBase::EEItemDetached(), MainMenuData::FilterDLCs(), ScriptConsoleConfigTab::FindInHierarchy(), UIPopupScript::FindInHierarchy(), GetComponentIndex(), PluginBase::GetConfig(), PluginBase::GetConfigRecursive(), GetDamageZoneFromComponentName(), Debug::GetFiltredConfigClasses(), UIScriptedMenu::GetFiltredConfigClasses(), UIScriptedMenu::GetFiltredSceneObjects(), PluginConfigHandler::GetLocationsData(), IEntity::GetLODByName(), ServerBrowserHelperFunctions::GetMapDisplayName(), LOD::GetSelectionByName(), Car::GetSelectionFromAnimSource(), ServerBrowserHelperFunctions::GetServerMapImagePath(), ItemBase::GetSlotIndexBySelection(), GUIAction_SetValue(), ItemBase::HideAllAnimationsAndProxyPhysics(), MissionBaseWorld::InitialiseWorldData(), IsComponentInSelection(), CGame::IsKindOf(), CGame::ObjectIsKindOf(), ActionMountBarbedWire::OnFinishProgressServer(), ScriptConsoleItemsTab::PrepareFilters(), ScriptConsoleSoundsTab::PrepareFilters(), ScriptConsoleConfigTab::RenderVariables(), ScriptConsoleItemsTab::SelectPreset(), AutoTestFixture::SetWorldName(), ItemBase::ToggleAnimation(), ItemBase::UpdateAllSelections(), and ItemBase::UpdatePhysics().
|
staticprivate |
Return string representation of variable.
References name.
Referenced by Hologram::Hologram(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Abort(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::FindAbortDestinationState(), ItemBase::GardenBase(), AntibioticsMdfr::GetDebugText(), ChelationMdfr::GetDebugText(), DisinfectionMdfr::GetDebugText(), EpinephrineMdfr::GetDebugText(), ImmunityBoost::GetDebugText(), MorphineMdfr::GetDebugText(), PainKillersMdfr::GetDebugText(), AntibioticsMdfr::GetDebugTextSimple(), CharcoalMdfr::GetDebugTextSimple(), ChelationMdfr::GetDebugTextSimple(), DisinfectionMdfr::GetDebugTextSimple(), PluginFileHandler::LoadConfigFile(), OnActionEnd(), PluginFileHandler::ParseParam(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::ProcessAbortEvent(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::ProcessEvent(), ActionBase::SetupAction(), FSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), OFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Terminate(), ToStringLen(), TruncateToS(), and UpdatePlayerStatus().
|
private |
Returns internal type representation.
Can be used in runtime, or cached in variables and used for faster inheritance checking
typename Type of class Referenced by ArrowManagerPlayer::AddArrowTypeToHash(), ComponentsBank::CreateComponent(), ImpactMaterials::EvaluateImpactEffect(), AmmoEffects::GetAmmoEffectTypename(), PluginBase::GetModuleType(), PluginBase::OnKeyPress(), PluginBase::OnMouse(), PluginManager::RegisterPlugin(), ImpactMaterials::RegisterSurface(), and PluginManager::UnregisterPlugin().
|
private |
Changes string to uppercase.
Returns length
int - Length of changed string Referenced by ScriptedWidgetEventHandler::AddEx(), HandsPreview::CreateNewIcon(), ServerBrowserHelperFunctions::GetMapDisplayName(), ActionTargetsCursor::SetItemDesc(), and ScriptedWidgetEventHandler::SetItemDesc().
|
private |
Returns a vector from a string.
vector Converted s as vector Referenced by BeautifiedToVector(), UIScriptedMenu::OnClick(), and SceneObject::SetPositionAsString().
|
private |
Returns trimmed string with removed leading and trailing whitespaces.
string - Trimmed string Referenced by PluginBase::GetOnlyChildPath(), ScriptConsoleConfigTab::OnClick(), PluginFileHandler::ParseText(), PluginFileHandler::ParseTextToParameter(), ScriptConsoleItemsTab::PrepareFilters(), ScriptConsoleSoundsTab::PrepareFilters(), and PluginBase::SpawnFromClipboard().
|
private |
Removes leading and trailing whitespaces in string.
Returns length
int - Count of chars Referenced by ScriptedWidgetEventHandler::GetValueString().
|
staticprivate |
Definition at line 7 of file enstring.c.
Referenced by BaitBase::EEItemLocationChanged(), ScriptedWidgetEventHandler::GetActionDesc(), GetArmSoundset(), Entity::GetDebugText(), GetDisarmSoundset(), GetDisarmSoundsetUnpaired(), PluginBase::GetFileName(), PluginBase::GetSubFolderName(), ActionBase::GetTargetName(), Debug::LogMessage(), ActionCloseBarrel::OnExecuteServer(), ActionOpenBarrel::OnExecuteServer(), OnFinishProgressServer(), Land_WarheadStorage_Bunker_Facility::OnSpawnByObjectSpawner(), Land_WarheadStorage_Main::OnSpawnByObjectSpawner(), TerritoryFlag::OnSpawnByObjectSpawner(), OnStartServer(), PlayerSpawnHandler::SpawnComplexChildrenItems(), and PlayerSpawnHandler::SpawnDiscreteSlotItemSet().