Files
kiwistation/code/game/objects/items
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-03-04 20:02:56 -08:00
2019-06-02 21:29:14 +03:00
2017-11-17 02:43:12 -05:00
2019-02-10 20:45:09 -05:00
2019-03-05 12:23:00 -05:00
2019-06-03 11:16:56 +12:00
2019-01-07 19:17:45 +13:00
2018-12-23 17:49:11 +01:00
2019-03-06 10:54:23 -05:00
2019-03-06 21:15:57 +01:00
2019-05-09 22:25:34 +10:00
2018-07-07 02:00:25 -04:00
2019-06-02 21:29:14 +03:00