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 10:01:07 +02:00
2019-06-01 15:16:12 -07:00
2019-06-03 11:16:56 +12:00
2019-01-03 11:38:58 -05:00
2019-05-24 07:21:38 +02:00
2019-05-31 21:57:26 +12:00
2019-06-02 21:29:14 +03:00
2019-05-26 23:24:38 -07:00
2019-06-04 05:50:50 -04:00
2019-06-03 10:01:07 +02:00
2019-05-16 16:12:54 -04:00
2019-05-06 19:44:05 -04:00
2019-06-03 13:25:36 -07:00
2019-05-06 19:44:05 -04:00
2019-05-06 19:44:05 -04:00
2019-05-27 22:36:08 +12:00
2019-05-31 21:57:26 +12:00
2019-05-06 19:44:05 -04:00
2019-06-03 11:16:56 +12:00
2019-05-06 19:44:05 -04:00
2019-05-06 19:44:05 -04:00
2019-01-11 18:15:12 +13:00
2019-03-04 11:40:31 -05:00
2019-05-06 10:46:28 -04:00
2019-05-30 11:57:19 +02:00
2019-02-21 10:26:18 -05:00
2019-06-04 17:39:58 +02:00