Skip to content
ranstar74 edited this page Dec 28, 2021 · 2 revisions

Welcome to the RageComponent wiki!

FAQ

  1. What is Component?

This term came from Unity, where Component is a class that could be attached to GameObject (Entity in GTA). Basically it's a script inside script, it have Start, Update, Dispose methods that could be overridden if needed.

Usage Examples

  1. Womboo Vehicle (Easy)
  2. Advanced Train System (Hard)
Clone this wiki locally