DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | bool |
class | func |
class | float |
class | vector |
class | typename |
class | EnumTools |
Перечисления | |
enum | EBool { NO = 0 , YES = 1 } |
Функции | |
proto string | ToString () |
proto string | AsciiToString () |
Converts ASCII code to string. | |
string | ToStringLen (int len) |
Integer to string with fixed length, padded with zeroes. | |
bool | InRange (int min, int max, bool inclusive_min=true, bool inclusive_max=true) |
Check whether integer falls into an inclusive range. | |
Переменные | |
enum EBool | ZERO_PAD_SIZE = 8 |
static string | m_ZeroPad [ZERO_PAD_SIZE] = {"", "0", "00", "000", "0000", "00000", "000000", "0000000"} |
const int | MAX = 2147483647 |
const int | MIN = -2147483648 |
Converts ASCII code to string.
ascii | ASCII code for convert to string . |
string
- Converted int
. Check whether integer falls into an inclusive range.
min | int low end of range |
max | int high end of range |
bool
True if this value is withing the set range Используется в HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Abort(), RecipeBase::ApplyModificationsResults(), EmoteConstructor::ConstructEmotes(), AnimatedActionBase::Do(), AnimatedActionBase::End(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::FindAbortDestinationState(), ForceSwapEntities(), ScriptedWidgetEventHandler::GenerateQuickBarBackgroundTiles(), UnconsciousnessMdfr::GetDebugText(), CharcoalMdfr::GetDebugTextSimple(), KeysToUIElements::GetKeyToUIElement(), LogTemplates::GetTemplate(), HandleForceSwapEntities(), HandleHandEvent(), HandleSwapEntities(), HandleTakeToDst(), ActionInput::Init(), ActionBaseCB::Interrupt(), MissionBase::InvokeOnConnect(), MissionBase::InvokeOnDisconnect(), Component::LogErrorBadCompType(), BotStateBase::OnAbort(), HandStateBase::OnAbort(), Entity::OnAction(), OnActionEnd(), ScriptConsoleGeneralTab::OnClick(), ManBase::OnConnect(), ManBase::OnDisconnect(), BotStateBase::OnEntry(), HandStateBase::OnEntry(), OnErrorThrown(), BotStateBase::OnExit(), ActionBaseCB::OnFinish(), SymptomBase::OnGetActivatedClient(), SymptomBase::OnGetActivatedServer(), SymptomBase::OnGetDeactivatedClient(), SymptomBase::OnGetDeactivatedServer(), UIPopupScript::OnOpen(), Icon::OnPerformRecipe(), Land_WarheadStorage_Main::OnPowerOnClient(), ManBase::OnReconnect(), UIPopupScript::OnUpdate(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::ProcessAbortEvent(), HFSMBase< WeaponStateBase, WeaponEventBase, WeaponActionBase, WeaponGuardBase >::ProcessAbortEvent(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::ProcessEvent(), HFSMBase< WeaponStateBase, WeaponEventBase, WeaponActionBase, WeaponGuardBase >::ProcessEvent(), KeysToUIElements::RegisterKeyToUIElement(), LogTemplates::RegisterLogTamplate(), ScriptedWidgetEventHandler::Remove(), SVNBlamePlugin::Run(), ManBase::Save(), ActionInput::SetInput(), ScriptedWidgetEventHandler::SetInterpTime(), SlotsIcon::SetItemSize(), DebugMonitor::SetPosition(), SetTextSmart(), ScriptedWidgetEventHandler::SetTimeBefore(), ScriptedWidgetEventHandler::Show(), RecipeBase::SpawnItems(), OFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), FSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Start(), StoreInputForRemotes(), SwapEntities(), TakeToDst(), HFSMBase< Class FSMStateBase, Class FSMEventBase, Class FSMActionBase, Class FSMGuardBase >::Terminate(), ComponentEnergyManager::UnplugCordFromSocket(), ScriptConsoleGeneralTab::Update(), Land_WarheadStorage_Main::UpdateDoorStateServer(), ServerBrowserTab::UpdatePageButtons(), ComponentEnergyManager::UpdateSelections(), ComponentEnergyManager::UpdateSocketSelections(), ValidateDestroy(), EffectSound::ValidateSoundWave(), ValidateSwap() и ValidateSyncMove().
Integer to string with fixed length, padded with zeroes.
num | int integer to convert |
len | int fixed length |
vector
Converted s as vector Перекрестные ссылки string::Length(), m_ZeroPad, string::ToString() и ZERO_PAD_SIZE.
Используется в ItemBase::GetSlotPosition(), ItemBase::RemoveSlot(), ItemBase::SetSlotTextureDigged(), ItemBase::SetSlotTextureFertilized(), ItemBase::UpdatePlant() и ItemBase::UpdateSlotTexture().
|
staticprotected |
Используется в ToStringLen().
Используется в InfluenzaAgent::AutoinfectCheck(), RecipeBase::CanDo(), RecipeBase::Do(), RemotelyActivatedItemBehaviour::GeneratePersistentID(), GetMeleeTargetEx(), Entity::InitItemVariables(), Grenade_Base::OnExplosionEffects(), InventoryItem::OnStoreLoad(), PlayerAgentPool::SetTemporaryResistance() и SnapOnObject().
Используется в ToStringLen().