docs(scripting): add baseline api reference and guide
This commit is contained in:
22
docs/api/XCEngine/Scripting/ScriptFieldStorage/Remove.md
Normal file
22
docs/api/XCEngine/Scripting/ScriptFieldStorage/Remove.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ScriptFieldStorage::Remove
|
||||
|
||||
**命名空间**: `XCEngine::Scripting`
|
||||
|
||||
**类型**: `method`
|
||||
|
||||
**头文件**: `XCEngine/Scripting/ScriptFieldStorage.h`
|
||||
|
||||
## 签名
|
||||
|
||||
```cpp
|
||||
bool Remove(const std::string& fieldName);
|
||||
```
|
||||
|
||||
## 当前实现行为
|
||||
|
||||
删除成功返回 `true`,字段不存在返回 `false`。
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [Contains](Contains.md)
|
||||
- [Clear](Clear.md)
|
||||
Reference in New Issue
Block a user