![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | UnderObjectDecalSpawnSettings |
Functions | |
| string | GetObjectNameFromSurfaceConfig (string surfaceParamName=SURFACE_PARAM_DECAL_NAME) |
| void | RemoveDecal () |
| void | SpawnDecal () |
| void | UnderObjectDecalSpawnComponent (notnull UnderObjectDecalSpawnSettings pSettings, notnull Object pParent) |
| void | UpdateSize (float pScaleValue) |
Variables | |
| Object | m_Decal |
| float | m_LastScaleValue |
| Object | m_Parent |
| ref UnderObjectDecalSpawnSettings | m_Settings |
| class UnderObjectDecalSpawnSettings | SURFACE_PARAM_DECAL_NAME = "underObjectDecal" |
|
private |
Definition at line 28 of file underobjectdecalspawncomponent.c.
References g_Game, Surface::GetParamText(), m_Parent, and SURFACE_PARAM_DECAL_NAME.
Referenced by SpawnDecal().
|
private |
Definition at line 63 of file underobjectdecalspawncomponent.c.
References m_Decal.
|
private |
Definition at line 37 of file underobjectdecalspawncomponent.c.
References ECE_LOCAL, ECE_PLACE_ON_SURFACE, g_Game, GetObjectNameFromSurfaceConfig(), m_Decal, m_Parent, m_Settings, Math::PI, Math::RAD2DEG, and Math::RandomFloat().
|
private |
Definition at line 22 of file underobjectdecalspawncomponent.c.
References m_Parent, and m_Settings.
Referenced by EEInit(), and OnItemLocationChanged().
|
private |
Definition at line 71 of file underobjectdecalspawncomponent.c.
References Math::Clamp(), m_Decal, m_LastScaleValue, and m_Settings.
|
protected |
Definition at line 18 of file underobjectdecalspawncomponent.c.
Referenced by RemoveDecal(), SpawnDecal(), and UpdateSize().
|
private |
Definition at line 20 of file underobjectdecalspawncomponent.c.
Referenced by UpdateSize().
|
protected |
Definition at line 17 of file underobjectdecalspawncomponent.c.
|
protected |
Definition at line 15 of file underobjectdecalspawncomponent.c.
Referenced by SpawnDecal(), UnderObjectDecalSpawnComponent(), and UpdateSize().
| class UnderObjectDecalSpawnSettings SURFACE_PARAM_DECAL_NAME = "underObjectDecal" |
Referenced by GetObjectNameFromSurfaceConfig().