mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Finish wrapper function renames
This commit is contained in:
@@ -350,7 +350,7 @@ public:
|
||||
* Checks whether a Body is active or not. An inactive body
|
||||
* cannot be interacted with.
|
||||
**/
|
||||
bool isActive() const;
|
||||
bool isEnabled() const;
|
||||
|
||||
/**
|
||||
* Checks whether a Body is awake or not. A Body
|
||||
@@ -367,7 +367,7 @@ public:
|
||||
/**
|
||||
* Changes the body's active state.
|
||||
**/
|
||||
void setActive(bool active);
|
||||
void SetEnabled(bool enabled);
|
||||
|
||||
/**
|
||||
* Changes the body's sleep state.
|
||||
|
||||
Reference in New Issue
Block a user