General Refactor #2664
garrynewman
announced in
Announcements
Replies: 2 comments 1 reply
-
Logger was moved to Sandbox.Diagnostics, not Utility |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you make |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A general refactor. Things mostly moved around, here's some highlights.
TypeLibrary.GetDescription
methods all becomeTypeLibrary.GetType
TypeLibrary.Has
becomesTypeLibrary.HasAttribute
DamageFlags
have been removed - now have tags insteadEntity.WaterLevel
is removed - you can use.GetWaterLevel()
insteadSandbox.Utility
namespaceSandbox.Physics
SandboxEditor
andTools
namespace are nowEditor
Glow
component is now in addon code - should network properlySandbox.Diagnostics
ToolEvent
moved toEditorEvent
ToneMappingEntity
ApplicationTimings
AssemblyInitialize
from addon codeDebugOverlay
attribute becomesEvent.Debug.Overlay
Water
The water variables on Entity have been removed. Water state is now handled using a Component.
Beta Was this translation helpful? Give feedback.
All reactions