Skip to content

[Server] Replace precachemodel & setmodel lines with Precache_Set #1

@MotoLegacy

Description

@MotoLegacy

We only use it in lights.qc, should probably make it more useful.

void(string modelname) Precache_Set = // Precache model, and set myself to it
{
    precache_model(modelname);
    setmodel(self, modelname);
};

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions