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-04-09 17:16:15 -07:00
2019-04-24 21:21:25 +12:00
2019-03-30 13:54:55 -07:00
2019-03-04 15:12:29 +01:00
2019-04-29 11:00:46 +02:00
2019-05-31 19:11:16 +02:00
2019-06-04 17:39:58 +02:00
2019-02-05 13:49:41 -05:00
2019-05-28 22:48:49 +02:00
2019-05-05 05:37:21 +03:00
2019-04-22 12:16:11 +12:00
2019-01-07 21:16:47 +11:00
2019-05-12 23:59:36 +02:00
2019-02-04 10:25:48 +13:00
2019-06-01 09:31:05 +12:00
2019-06-01 15:10:34 -07:00
2019-05-10 09:33:35 -04:00
2019-03-16 00:23:40 -07:00
2019-05-30 16:07:58 +01:00
2019-05-30 11:57:19 +02:00
2019-03-03 22:33:44 -08:00
2019-05-12 11:09:50 +12:00
2019-05-07 13:16:18 -04:00
2019-05-07 13:16:18 -04:00