Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak(docs/native): Update Task Native Enums & Params #1130

Merged
merged 20 commits into from
Aug 7, 2024

Commits on Jun 12, 2024

  1. tweak(docs/native): Update Other Mission Flags

    Updated parameters and description to be styled as PR [citizenfx#1128](citizenfx#1128).
    
    All previous unk params now labelled, and added MissionFlag enums for respective functions.
    DonHulieo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    789e703 View commit details
    Browse the repository at this point in the history
  2. fix(docs/native): Fix Typos & Add None Flag

    Changed wording of 'except driver and boat' to 'except ped and boat' to reflect parameter names and updated parameter descriptions to end in periods as per the first two descriptions.
    DonHulieo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    48247ea View commit details
    Browse the repository at this point in the history
  3. tweak(docs/native): Add Driving Flag Values

    Updated with enum for driving flag values, possibly for reference from other natives which utilise driving flags (ie. `TaskBoatMission`, `TaskVehicleMission` etc.).
    DonHulieo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d5fec3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbfbd48 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. tweak(docs/native): Remove Native Doc & Add Lua Ex

    Removed the native docs codeblock, and added a bit of extra info from the link housed there to ensure it's not lost. Minor wording changes around parameter descriptions to shorten them.
    DonHulieo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d86b73f View commit details
    Browse the repository at this point in the history
  2. tweak(docs/native): Add Lua Ex & Remove Old Doc

    As per other commits, removing old code block, added a working lua example and referenced other natives in relevant parameters.
    DonHulieo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c4429d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2fda71 View commit details
    Browse the repository at this point in the history
  4. tweak(docs/native): Remove cs_type

    Co-authored-by: Dillon Skaggs <[email protected]>
    DonHulieo and AvarianKnight authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6d516f1 View commit details
    Browse the repository at this point in the history
  5. tweak(docs/native): Fix cs_type Name

    Co-authored-by: Dillon Skaggs <[email protected]>
    DonHulieo and AvarianKnight authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    65ef628 View commit details
    Browse the repository at this point in the history
  6. tweak(docs/native): Add Lua Ex & Remove Old Docs

    In testing the example, I found speed was not an optional param; updated accordingly.
    DonHulieo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    397044e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a08c6fa View commit details
    Browse the repository at this point in the history
  8. tweak(docs/native): Add Lua Ex & Remove Old Docs

    When testing this example as well, confirmed task won't execute if target entity isn't a vehicle as well as speed is not an optional param and updated accordingly.
    
    I find this strange when it definitely is optional for `TaskBoatMission` but alas.
    DonHulieo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    beef14a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf0fb2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    beaec6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9bcbced View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe8b6d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9a88a3 View commit details
    Browse the repository at this point in the history
  14. fix(docs/native): Release Model & Fix Ex Spacing

    Fixes for [suggestion](citizenfx#1130 (comment)).
    DonHulieo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    875c7ff View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    462a459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b9708 View commit details
    Browse the repository at this point in the history