Skip to content

[Feature Request] Skybox #24

@GLoOoccK

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions