• Studio

  • Bots

  • Web API

  • Designer Resources

  • Host Resources

  • Value

    In games, we often want clients to inform servers that the state of certain data has changed and have every other client be informed of that state change. Maybe a door has been opened or a score has increased. This base class is the common ancestor of all other Values like Class.Vector3Value and Class.NumberValue that allow you to specifically track a single variable as one that all clients should be synchronized on.

    Properties

    ServerAndClient

    The 'parent' property is used to access the parent of the object. This is always the owning script of the object as a LuaBehaviour.

    ServerAndClient

    An event that is triggered when the value of the object changes. This is useful for when you want to trigger an action that should be performed when the value of the object changes.

    NOTE: Changed will occur the moment a client joins the server, that way they can be synchronized with the current state of the variable from the server.

    Updated 4 months ago

    PocketWorlds Icon

    © 2024 Pocket Worlds. All rights reserved.