Function ambient_api_core::core::player::components::user_id
source · pub fn user_id() -> Component<String>
Expand description
User ID: An identifier attached to all things owned by a user, and supplied by the user.
This can be attached to more than just the player; by convention, it is also attached to related entities, including their camera and body.
Attributes: Debuggable, Networked, Store