Files
Bubberstation/code/datums
Emmett Gaines c3f95024b2 Gets rid of the GetComponent macros (#44220)
* Removes the GetComponent macros

* Regex replacement for GET_COMPONENT

Search: `GET_COMPONENT\( *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = GetComponent($2)`

* Regex replacement for GET_COMPONENT_FROM

Search: `GET_COMPONENT_FROM\( *(.+?) *, *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = $3.GetComponent($2)`
2019-06-04 17:39:58 +02:00
..
2019-06-03 11:16:56 +12:00
2019-05-09 22:25:34 +10:00
2019-06-03 10:01:07 +02:00
2019-05-18 17:38:58 -07:00
2019-03-20 10:56:40 -04:00