ParthaxJoin Date: 2011-04-27 Post Count: 6941 |
[ Content Deleted ] |
|
ParthaxJoin Date: 2011-04-27 Post Count: 6941 |
[ Content Deleted ] |
|
Jopc67Join Date: 2009-10-10 Post Count: 5550 |
Not happy = me |
|
sncplay42Join Date: 2008-11-27 Post Count: 11891 |
Where'd you see this?
Looking at the objects browsers for both release and gametest, getPlayerFromCharacter is deprecated but GetPlayerFromCharacter is fine. |
|
Jopc67Join Date: 2009-10-10 Post Count: 5550 |
False info has been told. Rage!!!!!!! |
|
GigsD4XJoin Date: 2008-06-06 Post Count: 3794 |
This thread is cancerous.
'nuff said. |
|
ParthaxJoin Date: 2011-04-27 Post Count: 6941 |
[ Content Deleted ] |
|
blockooJoin Date: 2007-11-08 Post Count: 17202 |
game.Players[character.Name]
ftw |
|
OysiJoin Date: 2009-07-06 Post Count: 9058 |
[ Content Deleted ] |
|
FluriteJoin Date: 2011-04-03 Post Count: 5386 |
nowait
What's the difference between :GetPlayerFromCharacter and :getPlayerFromCharacter? |
|
GigsD4XJoin Date: 2008-06-06 Post Count: 3794 |
@Flurite: All functions are now PascalCase. camelCase functions are now deprecated. |
|
FluriteJoin Date: 2011-04-03 Post Count: 5386 |
Oh, so caps count? |
|
GigsD4XJoin Date: 2008-06-06 Post Count: 3794 |
Yep. |
|
blockooJoin Date: 2007-11-08 Post Count: 17202 |
For the most part. camelCase functions are still usable, but you're encouraged not to. |
|
|
blockooJoin Date: 2007-11-08 Post Count: 17202 |
It makes stuff look important |
|
|
Poor camelCase. People are always picking on the little guys. |
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
"Poor camelCase. People are always picking on the little guys."
LolICWatUDidThar
----------
~ pwnedu46, the unicorn ~ |
|
ParthaxJoin Date: 2011-04-27 Post Count: 6941 |
[ Content Deleted ] |
|
ParthaxJoin Date: 2011-04-27 Post Count: 6941 |
[ Content Deleted ] |
|
blockooJoin Date: 2007-11-08 Post Count: 17202 |
findFirstChild IS deprecated :| |
|
|
Parthax, deprecated isn't removed. It just shouldn't be used. |
|
|
Now, heres my question. WHY WOULD THEY REMOVE IT IN THE FIRST PLACE?
ROBLOX never removes thoses!
Any who... I use it. So I hope it doesn't. |
|
|
It's kind of stupid how they're gonna remove camelCase methods and properties, but for those of you who are complaining because your games will break, it will be an easy fix. Just use the Find & Replace tool, shouldn't take more than 10 second per game. |
|
CombradJoin Date: 2009-07-18 Post Count: 11025 |
@Blockoo
game.Players:FindFirstChild(Character.Name)
That way you can't get errors if its nil. |
|