Skip to content

[Feature Request] Skybox #24

Description

@GLoOoccK

Add natives to the NextClientServerApi that allow setting and restoring a skybox for a specific player or for all players in real time.

Suggestion:

native ncl_set_skyname(index, const skyName[]);
native ncl_restore_skyname(index);

Example usage:

ncl_set_skyname(id, "tornsky");
ncl_restore_skyname(id);

ncl_set_skyname(0, "city1");
ncl_restore_skyname(0);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions