Skip to content

SetOrigin (and the rest) throw when not provided a vector #10

@p2r3

Description

@p2r3

for example, ent.SetOrigin(Vector(0, 0, 0)) will work as expected, but ent.SetOrigin(0, 0, 0) throws, despite the overwrite:

ppmod/ppmod.nut

Line 1035 in 5ccd215

entclasses[i].SetOrigin <- function (pos, y = 0.0, z = 0.0) {

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