Skip to content

Desc field for Opcode 0x129 is confusing #18

Description

@JayFoxRox

Hey, danhedron of OpenRW noticed that one of the commands had confusing descriptions.

Affected GTA III version
Affected GTA VC version

The XML portion in question is

        <Arg Type="INT" Desc="Ped type" Entity="CAR"/>
        <Arg Type="INT" Desc="Model ID" Enum="PEDTYPE"/>
        <Arg Type="INT" Desc="Car/vehicle" Enum="CARPEDMODEL"/>

where a mismatch between Desc and Entity / Enum occurs.


        <Arg Type="INT" Desc="Car/vehicle type" Entity="CAR"/>
        <Arg Type="INT" Desc="Ped" Enum="PEDTYPE"/>
        <Arg Type="INT" Desc="Model ID" Enum="CARPEDMODEL"/>

is probably better.

Note that the GTA SA version of the command is less complete so the problem doesn't exist there yet.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions