some node animation mistakes in the manual
Moderator: Documentation Editors
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
some node animation mistakes in the manual
In the manual, in the node animation section there are some entries wrong, like NodeAnimationKeyFramePitch() instead of GetNodeAnimationKeyFramePitch()
- Andre
- PureBasic Team
- Posts: 2139
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: some node animation mistakes in the manual
Moved to proper 'Bugs reports' section for further investigation.
- Andre
- PureBasic Team
- Posts: 2139
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: some node animation mistakes in the manual
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...
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?

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?
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: some node animation mistakes in the manual
I don't pronounce about it, but there should be some consistence for all commands about 'Get' and 'Set' prefixes.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...![]()
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?
(Sorry i did not answer before, but i am not get report of replies, since some years ago, don't know why)