sannybuilder/library

Ambiguous command name: Zone.GetName

x87 opened this issue · 2 comments

x87 commented

Found a duplicate command name:

class Zone
static GetName(x: float, y: float, z: float, var name: string) // ZONE
static GetName(x: float, y: float, z: float, var name: string) // INFO_ZONE

Build gh-pages does not display any errors. It would be nice to add some kind of scanner to the method names.

Originally posted by @wmysterio in sannybuilder/dev#136 (comment)

x87 commented

CLEO 1.1/2.0 opcodes for GTA3/VC have two copies each.

x87 commented

is_overload attribute tells there is a command with the same name but different id and possibly different arguments. Same arguments means those duplicates are clones and can be used interchangeably.

there is nothing to do at this point