Separate delegated server side and client side tick functions #1

Closed
opened 2026-05-20 07:02:48 +00:00 by halbear · 0 comments
Owner

this is to separate any functionality you want to add to a vehicle to be completely client side or server side, you can override a ServerSideTick function or a ClientSideTick function rather than having to specify in the base Tick function

this is to separate any functionality you want to add to a vehicle to be completely client side or server side, you can override a ServerSideTick function or a ClientSideTick function rather than having to specify in the base Tick function
halbear added this to the Base Vehicle template milestone 2026-05-20 07:02:53 +00:00
halbear added this to the Base Vehicle Template project 2026-05-20 07:02:58 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: halbear/HalbearsVehicleFramework#1