Atrium Gate Activatedfx
Renders visual and lighting effects for the activated Atrium Gate, managing animation states, network replication, and cleanup.
Renders visual and lighting effects for the activated Atrium Gate, managing animation states, network replication, and cleanup.
Client-side replica of the builder component that mirrors crafting state, tech tree levels, and recipe knowledge to clients via classified netvars.
Client-side replica of the combat component that synchronizes combat state across the network for multiplayer gameplay.
Provides UI-facing accessor methods for construction-related data, specifically the container and target entities of a construction builder, and helper functions to query construction plan ingredients.
Manages per-slot item counts for construction sites, with server-authoritative storage and client-side replication for network synchronization.
Client-side replica of the container component that synchronizes container state and inventory operations between server and clients.
Extends EntityScript to support networked replication of specific components between server and clients.
Main component that handles equippable item state and synchronization, operating on both server and client sides.
Manages network-synchronized health state for player entities, mirroring properties from the master-side Health component for client-side UI and logic.
Manages networked state replication for inventory items using a classified entity structure to optimize bandwidth.
Manages networked state and replicated data for a rider entity, synchronizing mount, saddle, and riding status between server and client.
Main component for managing item stack sizes with built-in network replication via net variables. Handles both server-side authoritative stack logic and client-side synchronization.