V Types: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 July 2024

15 July 2024

  • curprev 19:1919:19, 15 July 2024Auggie62 talk contribs 7,475 bytes +7,475 Created page with " == Class Methods == === List<PartModule> GetAllVehicleModules() === '''Description''': Retrieves a list of all part modules attached to the vehicle. '''Example Usage''':<syntaxhighlight lang="csharp"> List<PartModule> modules = vehicle.GetAllVehicleModules(); foreach (var module in modules) { Console.WriteLine(module.name); } </syntaxhighlight> === Part FindPartByConstructID(Int32 constructID) === '''Description''': Finds a part within the vehicle using its const..." Tag: Visual edit