Example #1
0
		public static List<BehaviorRequirement> GetBehaviorRequirementsForBehavior(BehaviorSave behavior)
		{
			return GetBehaviorRequirementsForBehavior(behavior.Name);
		}
Example #2
0
		public static ICodeBlock GetMethodCallForBehavior(BehaviorSave behavior, IBehaviorContainer container)
		{
			return GetMethodCallForBehavior(behavior.Name, container);
		}
Example #3
0
		public static string GetBehaviorCodeFrom(BehaviorSave behavior)
		{
			return GetBehaviorCodeFrom(behavior.Name);
		}