some node animation mistakes in the manual

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
Psychophanta
Addict
Addict
Posts: 4975
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

some node animation mistakes in the manual

Post by Psychophanta »

In the manual, in the node animation section there are some entries wrong, like NodeAnimationKeyFramePitch() instead of GetNodeAnimationKeyFramePitch()
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: some node animation mistakes in the manual

Post by Andre »

Moved to proper 'Bugs reports' section for further investigation.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: some node animation mistakes in the manual

Post by Andre »

I just checked + reworked the NodeAnimation library docs - and added all missing Get/Set prefixes to the old NodeXXX library commands. Hopefully always at the right place... :twisted:

Btw. I came accros the following - according to PB IDE auto-completion the following commands are stellt present in PB5.70 (b2):
- NodeAnimationStatus()
- NodeFixedYawAxis()

Shouldn't they get the name
- GetNodeAnimationStatus()
- SetNodeFixedYawAxis()
according to their functionality?
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Psychophanta
Addict
Addict
Posts: 4975
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Re: some node animation mistakes in the manual

Post by Psychophanta »

Andre wrote:I just checked + reworked the NodeAnimation library docs - and added all missing Get/Set prefixes to the old NodeXXX library commands. Hopefully always at the right place... :twisted:

Btw. I came accros the following - according to PB IDE auto-completion the following commands are stellt present in PB5.70 (b2):
- NodeAnimationStatus()
- NodeFixedYawAxis()

Shouldn't they get the name
- GetNodeAnimationStatus()
- SetNodeFixedYawAxis()
according to their functionality?
I don't pronounce about it, but there should be some consistence for all commands about 'Get' and 'Set' prefixes.
(Sorry i did not answer before, but i am not get report of replies, since some years ago, don't know why)
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Post Reply