Improved BehaviorProperty method text generation and updated some translations in the process
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -124,11 +124,17 @@ namespace ScriptCanvasEditorTools
|
||||
//! Generates the translation data for all global properties and methods in the BehaviorContext
|
||||
void TranslateBehaviorGlobals();
|
||||
|
||||
//! Generates the translation data for the specified property in the BehaviorContext
|
||||
//! Generates the translation data for the specified property in the BehaviorContext (global, by name)
|
||||
void TranslateBehaviorProperty(const AZStd::string& propertyName);
|
||||
|
||||
//! Generates the translation data for the specified property in the BehaviorContext
|
||||
void TranslateBehaviorProperty(const AZ::BehaviorProperty* behaviorProperty, const AZStd::string& className, const AZStd::string& context, Entry* entry = nullptr);
|
||||
|
||||
private:
|
||||
|
||||
//! Utility to populate a BehaviorMethod's translation data
|
||||
void TranslateMethod(AZ::BehaviorMethod* behaviorMethod, Method& methodEntry);
|
||||
|
||||
//! Generates the translation data for a BehaviorEBus that has an BehaviorEBusHandler
|
||||
bool TranslateEBusHandler(const AZ::BehaviorEBus* behaviorEbus, TranslationFormat& translationRoot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user