Skip to content

docs: Remove 'open.mp only' restriction from IsGhostModeEnabled#520

Merged
ikkentim merged 2 commits into
mainfrom
copilot/update-ghost-mode-documentation
May 4, 2026
Merged

docs: Remove 'open.mp only' restriction from IsGhostModeEnabled#520
ikkentim merged 2 commits into
mainfrom
copilot/update-ghost-mode-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

Ghost mode was documented as open.mp-exclusive, but investigation shows the underlying implementation mirrors YSF (a SA-MP plugin), meaning it works for SA-MP clients as well.

Changes

  • Player.cs: Removed the (open.mp only) qualifier from IsGhostModeEnabled XML doc summary and dropped the associated TODO comment

Copilot AI changed the title [WIP] Update documentation to clarify ghost mode API availability docs: Remove 'open.mp only' restriction from IsGhostModeEnabled May 4, 2026
Copilot AI requested a review from ikkentim May 4, 2026 21:37
@ikkentim ikkentim marked this pull request as ready for review May 4, 2026 21:37
@ikkentim ikkentim merged commit e0dbe2b into main May 4, 2026
1 check passed
@ikkentim ikkentim deleted the copilot/update-ghost-mode-documentation branch May 4, 2026 21:38
ikkentim added a commit that referenced this pull request May 10, 2026
…nt-npcs

* origin/main:
  Fix unmanaged→managed event marshalling order and return conversion in source generator (#525)
  Refactor: Convert player classes to ECS components (#513)
  Implement rich command processor (#523)
  Configure artifact retention: 14 days for PRs, 90 days for push (#522)
  docs: Remove 'open.mp only' restriction from IsGhostModeEnabled (#520)
  fix: Windows build scripts fail correctly on build errors (#518)
  Fix 'cdecl' attribute ignored warnings in Linux x86_64 builds (#516)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Clarify Ghost Mode API availability across SA-MP and open.mp

2 participants