This website requires JavaScript.
Explore
Help
Register
Sign In
space-wizards
/
RobustToolbox
Watch
1
Star
0
Fork
0
mirror of
https://github.com/space-wizards/RobustToolbox.git
synced
2026-09-02 18:17:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6156a9eae8d5004e2f64d93e18b59cdab06e6744
RobustToolbox
/
Robust.Client
/
GameObjects
/
Components
/
Collidable
T
History
Acruid
55a50ff7ba
Setting the Component.Running property now calls the Startup/Shutdown methods automatically. Startup/Shutdown are now protected. This makes the system more foolproof, previously if the component did not call the base method inside Startup/Shutdown, everything would break. This also allows a component to be started/stopped from the VV system by simply setting the property.
2019-09-18 11:24:15 -07:00
..
CollidableComponent.cs
Setting the Component.Running property now calls the Startup/Shutdown methods automatically. Startup/Shutdown are now protected. This makes the system more foolproof, previously if the component did not call the base method inside Startup/Shutdown, everything would break. This also allows a component to be started/stopped from the VV system by simply setting the property.
2019-09-18 11:24:15 -07:00