mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #7396 from fedorenchik/patch-1
This commit is contained in:
committed by
Max Hilbrunner
parent
a5790f72c7
commit
890637d608
@@ -440,7 +440,7 @@ functions:
|
||||
double amplitude;
|
||||
|
||||
public:
|
||||
void set_amplitude(const double amplitude);
|
||||
void set_amplitude(const double p_amplitude);
|
||||
double get_amplitude() const;
|
||||
...
|
||||
|
||||
@@ -497,7 +497,7 @@ code:
|
||||
...
|
||||
void _process(double delta) override;
|
||||
void set_speed(double p_speed);
|
||||
double get_speed();
|
||||
double get_speed() const;
|
||||
...
|
||||
|
||||
This requires a few more changes to our ``gdexample.cpp`` file, again we're only
|
||||
|
||||
Reference in New Issue
Block a user