_WB_AfterWorldUpdate(float timeSlice) | GenericEntity | |
_WB_CanAnchorSnap(IEntitySource thisSrc, int thisAnchor, IEntitySource otherSrc, int otherAnchor, bool isReceiver) | GenericEntity | |
_WB_CanCopy(IEntitySource src) | GenericEntity | |
_WB_CanDelete(IEntitySource src) | GenericEntity | |
_WB_CanRename(IEntitySource src) | GenericEntity | |
_WB_CanSelect(IEntitySource src) | GenericEntity | |
_WB_EnablePhysics(IEntitySource src, bool physics) | GenericEntity | |
_WB_GetAnchor(inout vector position, IEntitySource src, int index) | GenericEntity | |
_WB_GetAnchorCount(IEntitySource src) | GenericEntity | |
_WB_GetBoundBox(inout vector min, inout vector max, IEntitySource src) | GenericEntity | |
_WB_GetContextMenuItems() | GenericEntity | |
_WB_GetEditableOwner() | GenericEntity | |
_WB_GetEditorAPI() | GenericEntity | |
_WB_GetUserEnums(string varName, IEntitySource src) | GenericEntity | |
_WB_MakeVisible(IEntitySource src, bool visible) | GenericEntity | |
_WB_OnAnchorSnapped(IEntitySource thisSrc, int thisAnchor, IEntitySource otherSrc, int otherAnchor, bool isReceiver) | GenericEntity | |
_WB_OnContextMenu(int id) | GenericEntity | |
_WB_OnCreate(IEntitySource src) | GenericEntity | |
_WB_OnDelete(IEntitySource src) | GenericEntity | |
_WB_OnInit(inout vector mat[4], IEntitySource src) | GenericEntity | |
_WB_OnKeyChanged(BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent) | GenericEntity | |
_WB_OnKeyDown(int keyCode) | GenericEntity | |
_WB_OnParentChange(IEntitySource src, IEntitySource prevParentSrc) | GenericEntity | |
_WB_OnPhysSimulPlacementBegin(IEntitySource src) | GenericEntity | |
_WB_OnRename(IEntitySource src, string oldName) | GenericEntity | |
_WB_SetExtraVisualiser(EntityVisualizerType type, IEntitySource src) | GenericEntity | |
_WB_SetTransform(inout vector mat[4], IEntitySource src) | GenericEntity | |
_WB_ShouldShowBoundBox(IEntitySource src) | GenericEntity | |
Activate() | GenericEntity | |
AddChild(notnull IEntity child, TNodeId pivot, EAddChildFlags flags=EAddChildFlags.AUTO_TRANSFORM) | IEntity | |
AddLightning(WeatherLightning lightning) | BaseWeatherManagerEntity | |
Animate(float speed, int loop) | IEntity | |
AnimateEx(float speed, int loop, out vector lin, out vector ang) | IEntity | |
CheckValidDate(int year, int month, int day) | BaseWeatherManagerEntity | |
ClearEventMask(EntityEvent e) | IEntity | |
ClearFlags(EntityFlags flags, bool recursively=false) | IEntity | |
Clone() | Managed | |
ConnectToDiagSystem() | GenericEntity | protected |
CoordToLocal(vector coord) | IEntity | |
CoordToParent(vector coord) | IEntity | |
Deactivate() | GenericEntity | |
DisconnectFromDiagSystem() | GenericEntity | protected |
EOnActivate(IEntity owner) | GenericEntity | protected |
EOnAnimEvent(IEntity owner, int type, int slot) | IEntity | protected |
EOnContact(IEntity owner, IEntity other, Contact contact) | IEntity | protected |
EOnDeactivate(IEntity owner) | GenericEntity | protected |
EOnDiag(IEntity owner, float timeSlice) | GenericEntity | protected |
EOnFixedFrame(IEntity owner, float timeSlice) | IEntity | protected |
EOnFixedPostFrame(IEntity owner, float timeSlice) | IEntity | protected |
EOnFrame(IEntity owner, float timeSlice) | IEntity | protected |
EOnInit(IEntity owner) | IEntity | protected |
EOnJointBreak(IEntity owner, IEntity other) | IEntity | protected |
EOnPhysicsActive(IEntity owner, bool activeState) | IEntity | protected |
EOnPhysicsMove(IEntity owner) | IEntity | protected |
EOnPostFrame(IEntity owner, float timeSlice) | IEntity | protected |
EOnPostSimulate(IEntity owner, float timeSlice) | IEntity | protected |
EOnSimulate(IEntity owner, float timeSlice) | IEntity | protected |
EOnTouch(IEntity owner, IEntity other, int touchTypesMask) | IEntity | protected |
EOnUser0(IEntity other, int extra) | IEntity | protected |
EOnUser1(IEntity other, int extra) | IEntity | protected |
EOnUser2(IEntity other, int extra) | IEntity | protected |
EOnUser3(IEntity other, int extra) | IEntity | protected |
EOnUser4(IEntity other, int extra) | IEntity | protected |
EOnVisible(IEntity owner, int frameNumber) | IEntity | protected |
FindComponent(TypeName typeName) | IEntity | |
FindComponentData(TypeName typeName) | IEntity | |
FindComponents(TypeName typeName, notnull array< Managed > outComponents) | IEntity | |
GetAngles() | IEntity | |
GetAnimation() | IEntity | |
GetBoneIndex(string boneName) | IEntity | |
GetBoneLocalMatrix(TNodeId bone, out vector mat[4]) | IEntity | |
GetBoneMatrix(TNodeId bone, out vector mat[4]) | IEntity | |
GetBoneNames(out notnull array< string > boneNames) | IEntity | |
GetBounds(out vector mins, out vector maxs) | IEntity | |
GetChildren() | IEntity | |
GetCurrentLatitude() | BaseWeatherManagerEntity | |
GetCurrentLongitude() | BaseWeatherManagerEntity | |
GetCurrentSunMoonDirAndPhase(out vector outSunDir, out vector outMoonDir, out float outMoonPhase01) | BaseWeatherManagerEntity | |
GetCurrentWaterAccumulationCracks() | BaseWeatherManagerEntity | |
GetCurrentWaterAccumulationPuddles() | BaseWeatherManagerEntity | |
GetCurrentWeatherState() | BaseWeatherManagerEntity | |
GetCurrentWetness() | BaseWeatherManagerEntity | |
GetDate(out int year, out int month, out int day) | BaseWeatherManagerEntity | |
GetDay() | BaseWeatherManagerEntity | |
GetDayDuration() | BaseWeatherManagerEntity | |
GetDayInYear() | BaseWeatherManagerEntity | |
GetDSTOffset() | BaseWeatherManagerEntity | |
GetEngineTime() | BaseWeatherManagerEntity | |
GetEventMask() | IEntity | |
GetFlags() | IEntity | |
GetFogAmount() | BaseWeatherManagerEntity | |
GetFogHeightDensity() | BaseWeatherManagerEntity | |
GetHoursMinutesSeconds(out int hours, out int minutes, out int seconds) | BaseWeatherManagerEntity | |
GetID() | IEntity | |
GetIsDayAutoAdvanced() | BaseWeatherManagerEntity | |
GetLocalAngles() | IEntity | |
GetLocalTransform(out vector mat[]) | IEntity | |
GetLocalTransformAxis(int axis) | IEntity | |
GetLocalYawPitchRoll() | IEntity | |
GetMatrixFromSource(BaseWorld world, IEntitySource src, bool withScale, out vector mat[4]) | GenericEntity | static |
GetMonth() | BaseWeatherManagerEntity | |
GetMoonPhase(float timeOfTheDay24) | BaseWeatherManagerEntity | |
GetMoonPhaseForDate(int year, int month, int day, float timeOfTheDay24, float timezone, float dstOffset) | BaseWeatherManagerEntity | |
GetName() | IEntity | |
GetOrigin() | IEntity | |
GetParent() | IEntity | |
GetParticles() | IEntity | |
GetPhysics() | IEntity | |
GetPivot() | IEntity | |
GetPrefabData() | IEntity | |
GetRainIntensity() | BaseWeatherManagerEntity | |
GetRootParent() | IEntity | |
GetScale() | IEntity | |
GetSibling() | IEntity | |
GetSunriseHour(out float hour24) | BaseWeatherManagerEntity | |
GetSunriseHourForDate(int year, int month, int day, float latitude, float longitude, float timezone, float dstOffset, out float hour24) | BaseWeatherManagerEntity | |
GetSunsetHour(out float hour24) | BaseWeatherManagerEntity | |
GetSunsetHourForDate(int year, int month, int day, float latitude, float longitude, float timezone, float dstOffset, out float hour24) | BaseWeatherManagerEntity | |
GetTimeOfTheDay() | BaseWeatherManagerEntity | |
GetTimeZoneOffset() | BaseWeatherManagerEntity | |
GetTransform(out vector mat[]) | IEntity | |
GetTransformAxis(int axis) | IEntity | |
GetTransitionManager() | BaseWeatherManagerEntity | |
GetVObject() | IEntity | |
GetWeatherStatesList(out notnull array< ref WeatherState > outStates) | BaseWeatherManagerEntity | |
GetWeekDay() | BaseWeatherManagerEntity | |
GetWeekDayForDate(int year, int month, int day) | BaseWeatherManagerEntity | |
GetWindDirection() | BaseWeatherManagerEntity | |
GetWindSpeed() | BaseWeatherManagerEntity | |
GetWorld() | IEntity | |
GetWorldBounds(out vector mins, out vector maxs) | IEntity | |
GetWorldTransform(out vector mat[]) | IEntity | |
GetWorldTransformAxis(int axis) | IEntity | |
GetYawPitchRoll() | IEntity | |
GetYear() | BaseWeatherManagerEntity | |
HoursMinutesSecondsToTime(int hours, int minutes, int seconds) | BaseWeatherManagerEntity | static |
IEntity(IEntitySource src, IEntity parent) | IEntity | protected |
IsDeleted() | IEntity | |
IsDSTEnabled() | BaseWeatherManagerEntity | |
IsFogAmountOverridden() | BaseWeatherManagerEntity | |
IsFogHeightDensityOverridden() | BaseWeatherManagerEntity | |
IsLoaded() | IEntity | |
IsRainIntensityOverridden() | BaseWeatherManagerEntity | |
IsRemoved() | IEntity | |
IsWindDirectionOverridden() | BaseWeatherManagerEntity | |
IsWindSpeedOverridden() | BaseWeatherManagerEntity | |
OnTransformReset(bool isCorrection=false, vector newVelocity=vector.Zero) | GenericEntity | |
OnTransformResetImpl(TransformResetParams params) | GenericEntity | protected |
Preload(IEntitySource src) | GenericEntity | static |
RemoveChild(notnull IEntity child, bool keepTransform=false) | IEntity | |
Rpc(func method, void p0=NULL, void p1=NULL, void p2=NULL, void p3=NULL, void p4=NULL, void p5=NULL, void p6=NULL, void p7=NULL) | GenericEntity | |
RplLoad(ScriptBitReader reader) | GenericEntity | protected |
RplSave(ScriptBitWriter writer) | GenericEntity | protected |
SendEvent(notnull IEntity actor, EntityEvent e, void extra) | IEntity | |
SetAngles(vector angles) | IEntity | |
SetBone(TNodeId bone, vector angles, vector trans, float scale) | IEntity | |
SetBoneMatrix(TNodeId bone, vector mat[4]) | IEntity | |
SetCameraMask(int mask) | IEntity | |
SetCurrentLatitude(float latitude) | BaseWeatherManagerEntity | |
SetCurrentLongitude(float longitude) | BaseWeatherManagerEntity | |
SetCurrentWaterAccumulation(float waterAccumulationCracks, float waterAccumulationPuddles) | BaseWeatherManagerEntity | |
SetCurrentWetness(float wetness) | BaseWeatherManagerEntity | |
SetDate(int year, int month, int day, bool immediateChange=false) | BaseWeatherManagerEntity | |
SetDayDuration(float realtimeSeconds) | BaseWeatherManagerEntity | |
SetDSTEnabled(bool enabled) | BaseWeatherManagerEntity | |
SetDSTOffset(float dstOffsetHours) | BaseWeatherManagerEntity | |
SetEventMask(EntityEvent e) | IEntity | |
SetFixedLOD(int lod) | IEntity | |
SetFlags(EntityFlags flags, bool recursively=false) | IEntity | |
SetFogAmountOverride(bool doOverride, float fog=0) | BaseWeatherManagerEntity | |
SetFogHeightDensityOverride(bool doOverride, float heightDensity=0) | BaseWeatherManagerEntity | |
SetHoursMinutesSeconds(int hours, int minutes, int seconds, bool immediateChange=false) | BaseWeatherManagerEntity | |
SetIsDayAutoAdvanced(bool autoAdvanced) | BaseWeatherManagerEntity | |
SetLocalTransform(vector mat[4]) | IEntity | |
SetName(string name) | IEntity | |
SetObject(VObject object, string options) | IEntity | |
SetOrigin(vector orig) | IEntity | |
SetRainIntensityOverride(bool doOverride, float rainIntensity=0) | BaseWeatherManagerEntity | |
SetScale(float scale) | IEntity | |
SetTimeOfTheDay(float hours24, bool immediateChange=false) | BaseWeatherManagerEntity | |
SetTimeZoneOffset(float utcTimeZone) | BaseWeatherManagerEntity | |
SetTransform(vector mat[4]) | IEntity | |
SetVComponentFlags(VCFlags flags) | IEntity | |
SetWindDirectionOverride(bool doOverride, float windDirection=0) | BaseWeatherManagerEntity | |
SetWindSpeedOverride(bool doOverride, float windSpeed=0) | BaseWeatherManagerEntity | |
SetWorldTransform(vector mat[4]) | IEntity | |
SetYawPitchRoll(vector angles) | IEntity | |
Show(bool show) | GenericEntity | |
TimeToHoursMinutesSeconds(float hours24, out int hours, out int minutes, out int seconds) | BaseWeatherManagerEntity | static |
Update() | IEntity | |
UpdateWeather(float timeSlice) | BaseWeatherManagerEntity | |
VectorToLocal(vector vec) | IEntity | |
VectorToParent(vector vec) | IEntity | |