Skip to content

ModelBase isMethod calls the incorrect function. #27

Description

@lukaspj

As described in: GarageGames/Torque3D#1106
ModelBase::isMethod should look like this:

        public virtual bool isMethod(string method)
        {
            return Omni.self.fn_SimObject_isMethod(ID, method);
        }

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